Skip to content

Commit da34e57

Browse files
committed
github actions: Cancel once of the workflow
Either the push or pull_request is cancelled. Signed-off-by: Roxana Nicolescu <rnicolescu@ciq.com>
1 parent 6485952 commit da34e57

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/kernel-build-and-test-multiarch-trigger.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- '**'
1010
- '!mainline'
1111

12+
concurrency:
13+
group: kernel-ci-${{ github.event.pull_request.head.ref || github.ref_name }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
kernelCI:
1418
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch-trigger.yml@rnicolescu_test

0 commit comments

Comments
 (0)