Skip to content

Commit 7b68c9e

Browse files
authored
Merge pull request #4056 from grandixximo/ci/concurrency-and-parallel
ci: cancel in-flight runs on PR push
2 parents 5cd44d7 + cecbde3 commit 7b68c9e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
permissions:
1414
contents: read # to fetch code (actions/checkout)
1515

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
19+
1620
env:
1721
DEBIAN_FRONTEND: noninteractive
1822

0 commit comments

Comments
 (0)