mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Disable concurrency restricionts for now
This commit is contained in:
parent
e557c3fec3
commit
c9253a72f8
2 changed files with 6 additions and 6 deletions
6
.github/workflows/staging.yml
vendored
6
.github/workflows/staging.yml
vendored
|
@ -47,9 +47,9 @@ permissions:
|
|||
pull-requests: read # for dorny/paths-filter to read pull requests
|
||||
actions: read # for technote-space/workflow-conclusion-action to get the job statuses
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.repository }}
|
||||
cancel-in-progress: false
|
||||
#concurrency:
|
||||
# group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.repository }}
|
||||
# cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
@ -51,9 +51,9 @@ on:
|
|||
|
||||
<%- block concurrency %>
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.repository }}
|
||||
cancel-in-progress: false
|
||||
#concurrency:
|
||||
# group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.repository }}
|
||||
# cancel-in-progress: false
|
||||
|
||||
<%- endblock concurrency %>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue