gci: Configure auto-cancellation of superceded PRs

This commit is contained in:
Christian Decker
2022-12-30 13:27:23 +01:00
parent dc09f7d434
commit 910718e5f7

View File

@@ -1,5 +1,10 @@
name: Integration Tests
# Cancel duplicate jobs
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
pull_request: