We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea88914 commit 6cc326aCopy full SHA for 6cc326a
.github/workflows/test-coverage.yaml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches: [main, master]
6
pull_request:
7
+ workflow_dispatch:
8
9
name: test-coverage.yaml
10
@@ -38,6 +39,7 @@ jobs:
38
39
shell: Rscript {0}
40
41
- uses: codecov/codecov-action@v4
42
+ if: github.event.repository.fork == false
43
with:
44
# Fail if error if not on PR, or if on PR and token is given
45
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
0 commit comments