We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551d8ae commit f59ccb5Copy full SHA for f59ccb5
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