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 36ee414 commit 1f8fed7Copy full SHA for 1f8fed7
.github/workflows/snapshot.yml
@@ -5,6 +5,9 @@ on:
5
- CI
6
types:
7
- completed
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress: true
11
jobs:
12
snapshot:
13
runs-on: ubuntu-latest
0 commit comments