diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index 935f405d..e486b39a 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -78,7 +78,7 @@ jobs: # See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency # This will prevent DOS attacks from people blasting the CI with rapid fire commits. concurrency: - group: ${{ github.workflow }}-${{ matrix.os }}-${{ github.ref }}-${{ inputs.sender_repo }}-${{ inputs.mm-workflows_ref}} + group: ${{ github.workflow }}-${{ matrix.os }}-${{ inputs.wic_ref }}-${{ inputs.sender_repo }}-${{ inputs.mm-workflows_ref}} cancel-in-progress: true strategy: fail-fast: false diff --git a/.github/workflows/run_workflows.yml b/.github/workflows/run_workflows.yml index a228c6b1..ac0016ff 100644 --- a/.github/workflows/run_workflows.yml +++ b/.github/workflows/run_workflows.yml @@ -63,7 +63,7 @@ jobs: # See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency # This will prevent DOS attacks from people blasting the CI with rapid fire commits. concurrency: - group: ${{ github.workflow }}-cwltool-${{ github.ref }}-${{ inputs.sender_repo }}-${{ inputs.mm-workflows_ref}} + group: ${{ github.workflow }}-cwltool-${{ inputs.wic_ref }}-${{ inputs.sender_repo }}-${{ inputs.mm-workflows_ref}} cancel-in-progress: true runs-on: [self-hosted, linux]