mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-25 08:54:51 +00:00
Fix workflow concurrency issue (#1159)
This commit is contained in:
2
.github/workflows/all_green_check.yaml
vendored
2
.github/workflows/all_green_check.yaml
vendored
@@ -2,7 +2,7 @@
|
||||
name: all_green
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
|
||||
group: ${{ github.head_ref || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on: # yamllint disable-line rule:truthy
|
||||
|
||||
Reference in New Issue
Block a user