Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions: read-all

jobs:
test-coverage:
if: ${{ github.event_name == 'pull_request' || !github.event.repository.fork }}
Comment thread
jolars marked this conversation as resolved.
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
name: coverage-test-failures
path: ${{ runner.temp }}/package
rust-coverage:
if: ${{ github.event_name == 'pull_request' || !github.event.repository.fork }}
Comment thread
jolars marked this conversation as resolved.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
Expand Down
Loading