mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-31 15:11:43 +00:00
🤖 concurrency groups
This commit is contained in:
committed by
GitHub
parent
39aadaaf84
commit
5d129b07f1
4
.github/workflows/pr.yaml
vendored
4
.github/workflows/pr.yaml
vendored
@@ -1,7 +1,7 @@
|
||||
name: PR build
|
||||
concurrency:
|
||||
group: "pr-build"
|
||||
#cancel-in-progress: true
|
||||
group: pr-${{ github.head_ref || github.ref }}-${{ github.repository }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
Reference in New Issue
Block a user