Skip to content

Commit 9cb9ab6

Browse files
authored
Make publish job depend on test (#193)
1 parent fc0f8d5 commit 9cb9ab6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
publish:
9292
name: Publish
9393
runs-on: ubuntu-latest
94+
needs: [test]
9495
if: ${{ github.repository_owner == 'wpilibsuite' && github.ref == 'refs/heads/master' }}
9596
steps:
9697
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)