We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1512953 commit 9ca421bCopy full SHA for 9ca421b
1 file changed
.github/workflows/codecov.yaml
@@ -16,6 +16,12 @@ jobs:
16
env:
17
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
18
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
+
25
- uses: actions/checkout@v2
26
27
- uses: r-lib/actions/setup-r@master
0 commit comments