Skip to content

Commit 22e6d55

Browse files
Allow workflow to run on branches that are behind main.
1 parent 6658c66 commit 22e6d55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/smoketest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
trigger: "smoke test"
2525
reaction: "eyes"
2626
stable_branch: "main"
27+
update_branch: "disable"
2728

2829
- name: Setup Python
2930
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)