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 edea183 commit e8182f9Copy full SHA for e8182f9
1 file changed
.github/workflows/main.yml
@@ -14,21 +14,16 @@ on:
14
- 'RELEASE-NOTES.txt'
15
permissions:
16
contents: read
17
+concurrency:
18
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
19
+ cancel-in-progress: true
20
21
jobs:
22
prim-rev:
- permissions:
- actions: write # for n1hility/cancel-previous-runs to create & stop workflow runs
- contents: read # for actions/checkout to fetch code
23
name: prim and rev tests
24
runs-on: windows-latest
25
26
steps:
27
- - uses: n1hility/cancel-previous-runs@v3
28
- with:
29
- token: ${{ secrets.GITHUB_TOKEN }}
30
- if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/develop'"
31
-
32
- uses: actions/checkout@v3
33
- uses: actions/setup-python@v4
34
with:
0 commit comments