Skip to content

Commit

Permalink
ci: fix release job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jerivas committed Jan 5, 2022
1 parent 70404bb commit 6d5b98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# Only runs on the original repo, not forks
release:
if: github.repository_owner == 'stephenmcd'
needs: [lint]
needs: [test, lint]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6d5b98e

Please sign in to comment.