Skip to content

Commit 449652e

Browse files
authored
make job 2 depend on job 1
1 parent fbc5c77 commit 449652e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rebase.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
always-run:
19+
needs: [rebase]
1920
name: Always run
2021
runs-on: [ubuntu-latest]
2122
steps:

0 commit comments

Comments
 (0)