diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c0465791ae5..d57ac9c26e2 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -27,9 +27,9 @@ on: type: string # Only run 1 of this workflow at a time per PR -# concurrency: -# group: integration-tests-chainlink-${{ github.sha }}-${{ github.run_id }}-${{ inputs.distinct_run_name }} -# cancel-in-progress: true +concurrency: + group: ${{ github.ref }}-${{ github.repository }}-${{ github.event_name }}--e2e-tests-${{ inputs.distinct_run_name }} + cancel-in-progress: true env: # for run-test variables and environment