Only one staging release workflow run at any given time

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-02-08 06:17:03 +00:00 committed by Pedro Algarvio
parent 3dcb74268d
commit fb8cd8623f
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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 %>