Skip to content

Commit

Permalink
Fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinstardust committed Mar 2, 2024
1 parent 301770c commit 2d7a5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Unit Tests Coverage
runs-on: ubuntu-latest
# test coverage only runs on PRs
if: ${{ github.event == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' }}

steps:
- name: Checkout repo
Expand Down

0 comments on commit 2d7a5e7

Please sign in to comment.