Skip to content

Commit

Permalink
chore: Update create_release job dependency to 'check'
Browse files Browse the repository at this point in the history
  • Loading branch information
albexl committed Jul 4, 2024
1 parent 3e2ea9e commit 0467762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: ${{ always() }}

create_release:
needs: build
needs: check
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
Expand Down

0 comments on commit 0467762

Please sign in to comment.