We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1289a0c commit 6216937Copy full SHA for 6216937
1 file changed
.github/workflows/test-coverage.yaml
@@ -11,6 +11,7 @@ permissions: read-all
11
12
jobs:
13
test-coverage:
14
+ if: ${{ github.event_name == 'pull_request' || !github.event.repository.fork }}
15
runs-on: ubuntu-latest
16
env:
17
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -62,6 +63,7 @@ jobs:
62
63
name: coverage-test-failures
64
path: ${{ runner.temp }}/package
65
rust-coverage:
66
67
68
steps:
69
- uses: actions/checkout@v6
0 commit comments