Skip to content

Commit ca18b76

Browse files
authored
Merge pull request #1730 from jakub-nt/deps-table-workflow-3.21.x
ENT-13021: Refactor the update_dep_tables workflow across supported branches to correctly run on push (3.21.x)
2 parents c9082cb + 12d09d1 commit ca18b76

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Update dependency tables (3.21.x)
2+
3+
on:
4+
push:
5+
branches:
6+
- 3.21.x
7+
8+
jobs:
9+
update_dep_tables_3_21_x:
10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
uses: cfengine/buildscripts/.github/workflows/update-dep-tables.yml@master

0 commit comments

Comments
 (0)