Skip to content

Commit

Permalink
cov job runs too early FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny64 authored Oct 23, 2023
1 parent 2125578 commit f678431
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:

cov:
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/master'
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit f678431

Please sign in to comment.