diff --git a/.github/workflows/check-urls.yml b/.github/workflows/check-urls.yml index ed3531c34..9e80e6be2 100644 --- a/.github/workflows/check-urls.yml +++ b/.github/workflows/check-urls.yml @@ -7,10 +7,10 @@ on: permissions: contents: read -# This allows a subsequently queued workflow run to interrupt previous runs +# This allows a subsequently queued workflow run to interrupt/wait for previous runs concurrency: - group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref || github.run_id }}' - cancel-in-progress: true + group: '${{ github.workflow }} @ ${{ github.run_id }}' + cancel-in-progress: false # true = interrupt, false = wait jobs: check-urls: