Skip to content

Commit 33db443

Browse files
committed
Cancel in-progress CI runs when new code is pushed
1 parent ba0ddfb commit 33db443

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
paths-ignore:
99
- '**.md'
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
build:
1317
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)