Skip to content

Commit cf92b99

Browse files
committed
cancel concurrent CI runs
1 parent 1b8ce38 commit cf92b99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ on:
22
workflow_dispatch:
33
push:
44
pull_request:
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
9+
510
jobs:
611
build-and-test:
712
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)