Skip to content

Commit f6c1a6d

Browse files
Copilotdibarbet
andcommitted
Add job dependency to ensure bump-main-version runs after check-script
Co-authored-by: dibarbet <[email protected]>
1 parent c6cf97a commit f6c1a6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/branch-snap.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
configuration_file_path: '.config/snap-flow.json'
1414

1515
bump-main-version:
16+
needs: check-script
1617
if: github.ref == 'refs/heads/main'
1718
runs-on: ubuntu-latest
1819
steps:

0 commit comments

Comments
 (0)