mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 01:30:20 +00:00
Only one staging release workflow run at any given time
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
3dcb74268d
commit
fb8cd8623f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
|
@ -21,7 +21,7 @@ permissions:
|
|||
pull-requests: read # for dorny/paths-filter to read pull requests
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
|
||||
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.repository }}
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -18,7 +18,7 @@ on:
|
|||
<%- block concurrency %>
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
|
||||
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.repository }}
|
||||
cancel-in-progress: false
|
||||
|
||||
<%- endblock concurrency %>
|
||||
|
|
Loading…
Add table
Reference in a new issue