diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index fc940783eb9..d9f89c4daf6 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -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: diff --git a/.github/workflows/templates/staging.yml.jinja b/.github/workflows/templates/staging.yml.jinja index ec094234c3f..a6cfd0ee7e4 100644 --- a/.github/workflows/templates/staging.yml.jinja +++ b/.github/workflows/templates/staging.yml.jinja @@ -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 %>