Skip to content

Commit

Permalink
Make publish job depend on test (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekma authored Oct 28, 2020
1 parent fc0f8d5 commit 9cb9ab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-latest
needs: [test]
if: ${{ github.repository_owner == 'wpilibsuite' && github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9cb9ab6

Please sign in to comment.