diff --git a/.github/workflows/run-tests-linux.yml b/.github/workflows/run-tests-linux.yml index 9aba7dac..1ef2a115 100644 --- a/.github/workflows/run-tests-linux.yml +++ b/.github/workflows/run-tests-linux.yml @@ -15,7 +15,7 @@ on: type: string required: true concurrency: - group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }}-Linux cancel-in-progress: true jobs: execute-tests: diff --git a/.github/workflows/run-tests-macos.yml b/.github/workflows/run-tests-macos.yml index d9ecebce..dd70355b 100644 --- a/.github/workflows/run-tests-macos.yml +++ b/.github/workflows/run-tests-macos.yml @@ -15,10 +15,8 @@ on: type: string required: true concurrency: - group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }}-MacOS cancel-in-progress: true jobs: execute-tests: runs-on: macos-latest - steps: - - run: echo 'empty' diff --git a/.github/workflows/run-tests-windows.yml b/.github/workflows/run-tests-windows.yml index e813a964..a2b9378c 100644 --- a/.github/workflows/run-tests-windows.yml +++ b/.github/workflows/run-tests-windows.yml @@ -15,10 +15,8 @@ on: type: string required: true concurrency: - group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }}-Windows cancel-in-progress: true jobs: execute-tests: runs-on: windows-latest - steps: - - run: echo 'empty'