Skip to content

Commit b9eead3

Browse files
committed
Cancel running GH action on update of PR branch
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 979724b commit b9eead3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
pull_request:
99
branches: [master]
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
linux-tests:
1317
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)