1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Merge pull request #14385 from lovesegfault/ci-concurrency-group

ci: cancel previous workflow runs on PR updates
This commit is contained in:
John Ericson 2025-10-27 17:35:50 -04:00 committed by GitHub
commit 1c41e07b46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,10 @@ on:
default: true
type: boolean
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions: read-all
jobs: