We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 551d8ae + f59ccb5 commit 47bcc30Copy full SHA for 47bcc30
1 file changed
.github/workflows/build.yml
@@ -9,6 +9,10 @@ on:
9
# run on sunday nights
10
- cron: '0 0 * * 0'
11
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
14
+ cancel-in-progress: true
15
+
16
jobs:
17
build:
18
runs-on: ubuntu-latest
0 commit comments