We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3deadee commit 3555d1fCopy full SHA for 3555d1f
.github/workflows/builds.yml
@@ -8,7 +8,9 @@ on:
8
- master
9
- main
10
pull_request:
11
-
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.head_ref }}
13
+ cancel-in-progress: true
14
env:
15
arch_amd64: amd64
16
arch_arm64: arm64
.github/workflows/tests.yaml
@@ -6,6 +6,9 @@ on:
6
7
- "release/*"
jobs:
integration:
name: Integration
.github/workflows/verify.yml
@@ -7,6 +7,9 @@ on:
generate:
name: Correct generated files
0 commit comments