diff --git a/.github/workflows/reflow-publish-installer.yml b/.github/workflows/reflow-publish-installer.yml index 1b487ddc1d28..3ca5f96e1b74 100644 --- a/.github/workflows/reflow-publish-installer.yml +++ b/.github/workflows/reflow-publish-installer.yml @@ -18,7 +18,7 @@ on: concurrency: # SHA is added to the end if on `main` to let all main workflows run - group: ${{ github.ref }}-${{ github.workflow }}-${{ inputs.concurrency_name }}-${{ github.event_name }}-${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/heads/long_lived/')) && github.sha || '' }} + group: ${{ github.ref }}-${{ github.workflow }}-${{ inputs.concurrency-name }}-${{ github.event_name }}-${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/heads/long_lived/')) && github.sha || '' }} cancel-in-progress: true permissions: diff --git a/.github/workflows/test-single.yml b/.github/workflows/test-single.yml index 6b88f586000a..31995c5ad28c 100644 --- a/.github/workflows/test-single.yml +++ b/.github/workflows/test-single.yml @@ -20,7 +20,7 @@ on: file_name: required: true type: string - concurrency_name: + concurrency-name: required: true type: string configuration: @@ -42,7 +42,7 @@ on: concurrency: # SHA is added to the end if on `main` to let all main workflows run - group: ${{ github.ref }}-${{ github.workflow }}-${{ inputs.concurrency_name }}-${{ github.event_name == 'workflow_dispatch' && github.run_id || '' }}-${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/heads/long_lived/')) && github.sha || '' }} + group: ${{ github.ref }}-${{ github.workflow }}-${{ inputs.concurrency-name }}-${{ github.event_name == 'workflow_dispatch' && github.run_id || '' }}-${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/heads/long_lived/')) && github.sha || '' }} cancel-in-progress: true defaults: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f49bb5340a4..2955f3ec3389 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -117,7 +117,7 @@ jobs: matrix: macos-intel name: macOS Intel file_name: macos - concurrency_name: macos-intel + concurrency-name: macos-intel configuration: ${{ needs.configure.outputs.configuration }} matrix_mode: ${{ needs.configure.outputs.matrix_mode }} runs-on: macos-12 @@ -131,7 +131,7 @@ jobs: matrix: macos name: macOS ARM file_name: macos-arm - concurrency_name: macos-arm + concurrency-name: macos-arm configuration: ${{ needs.configure.outputs.configuration }} matrix_mode: ${{ needs.configure.outputs.matrix_mode }} runs-on: macos-14 @@ -146,7 +146,7 @@ jobs: matrix: ubuntu name: Ubuntu file_name: ubuntu - concurrency_name: ubuntu + concurrency-name: ubuntu configuration: ${{ needs.configure.outputs.configuration }} matrix_mode: ${{ needs.configure.outputs.matrix_mode }} runs-on: ubuntu-latest @@ -161,7 +161,7 @@ jobs: matrix: windows name: Windows file_name: windows - concurrency_name: windows + concurrency-name: windows configuration: ${{ needs.configure.outputs.configuration }} matrix_mode: ${{ needs.configure.outputs.matrix_mode }} runs-on: windows-latest