Skip to content

Commit

Permalink
fix: Do not run coverage job for manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmunday committed Jul 4, 2024
1 parent 132f1e9 commit ceee395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
name: Coverage
runs-on: ubuntu-latest
needs: unit_tests
if: ${{ github.event_name != 'workflow_dispatch' }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit ceee395

Please sign in to comment.