Skip to content

Commit

Permalink
chore(workflows): Add needs for release
Browse files Browse the repository at this point in the history
Prevent release from running if build fails. It is non-sensical to check
for release on a failing build.
  • Loading branch information
rbpatt2019 committed Jun 4, 2021
1 parent e25ae1d commit 2426764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
run: nox -s security
release:
runs-on: ubuntu-latest
needs: [lint, test, security]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 2426764

Please sign in to comment.