Skip to content

Commit

Permalink
fix: github checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed Nov 6, 2022
1 parent 00f4775 commit 132f23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: [finish]
needs: [test-integrations-and-cover]
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout repository
Expand Down

0 comments on commit 132f23c

Please sign in to comment.