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 e197aa7 commit 1512953Copy full SHA for 1512953
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -32,6 +32,12 @@ jobs:
32
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
33
34
steps:
35
+ - uses: n1hility/cancel-previous-runs@v2
36
+ with:
37
+ token: ${{ secrets.GITHUB_TOKEN }}
38
+ workflow: R-CMD-check.yaml
39
+ if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
40
+
41
- uses: actions/checkout@v2
42
43
- uses: r-lib/actions/setup-r@v1
0 commit comments