Skip to content

Commit 9f9eaf9

Browse files
authored
Merge pull request #1729 from jakub-nt/deps-table-workflow-master
ENT-13021: Refactor the update_dep_tables workflow across supported branches to correctly run on push
2 parents ba68ea3 + 00bc063 commit 9f9eaf9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-dep-tables.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- 3.21.x
8-
- 3.24.x
7+
workflow_call:
98
workflow_dispatch: # Enables manual trigger
109

1110
jobs:
@@ -18,6 +17,8 @@ jobs:
1817
steps:
1918
- name: Checks-out repository
2019
uses: actions/checkout@v4
20+
with:
21+
ref: "master"
2122
- name: Set up Python 3.12
2223
uses: actions/setup-python@v5
2324
with:

0 commit comments

Comments
 (0)