Skip to content

Commit 9ca421b

Browse files
authored
Update codecov.yaml
1 parent 1512953 commit 9ca421b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codecov.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
env:
1717
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1818
steps:
19+
- uses: n1hility/cancel-previous-runs@v2
20+
with:
21+
token: ${{ secrets.GITHUB_TOKEN }}
22+
workflow: R-CMD-check.yaml
23+
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
24+
1925
- uses: actions/checkout@v2
2026

2127
- uses: r-lib/actions/setup-r@master

0 commit comments

Comments
 (0)