Skip to content

Commit 47bcc30

Browse files
authored
Merge pull request #6 from timkpaine/timkpaine-patch-1
Cancel in-progress CI
2 parents 551d8ae + f59ccb5 commit 47bcc30

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
# run on sunday nights
1010
- cron: '0 0 * * 0'
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
build:
1418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)