Skip to content

Commit d1dff1b

Browse files
committed
Update ci.yml
1 parent 6335277 commit d1dff1b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
pull_request:
77
branches: [ master ]
88

9+
# Cancel any in-progress run for the same branch/PR when a newer commit lands.
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
914
jobs:
1015
ci:
1116
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)