mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-25 00:44:40 +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
|
name: all_green
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
|
group: ${{ github.head_ref || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
on: # yamllint disable-line rule:truthy
|
||||||
|
|||||||
Reference in New Issue
Block a user