diff --git a/.github/workflows/abidiff.yml b/.github/workflows/abidiff.yml index 68af3272b1..8459d5b0de 100644 --- a/.github/workflows/abidiff.yml +++ b/.github/workflows/abidiff.yml @@ -5,7 +5,7 @@ on: pull_request: branches: [ '*' ] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number }} + group: ${{ github.workflow }}-${{ github.ref_name }} cancel-in-progress: true env: DOCKER_BUILDKIT: 1 diff --git a/.github/workflows/actions-ci.yml b/.github/workflows/actions-ci.yml index 95aa79c101..e8a4d96868 100644 --- a/.github/workflows/actions-ci.yml +++ b/.github/workflows/actions-ci.yml @@ -5,7 +5,7 @@ on: pull_request: branches: [ '*' ] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number }} + group: ${{ github.workflow }}-${{ github.ref_name }} cancel-in-progress: true env: GOPROXY: https://proxy.golang.org,direct @@ -34,6 +34,7 @@ jobs: needs: [sanity-test-run] runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: - "macos-14-large" @@ -53,6 +54,7 @@ jobs: needs: [sanity-test-run] runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: - "macos-14-large" @@ -72,6 +74,7 @@ jobs: needs: [sanity-test-run] runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: - "macos-14-xlarge" @@ -90,6 +93,7 @@ jobs: needs: [sanity-test-run] runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: - "macos-14-xlarge" @@ -168,6 +172,7 @@ jobs: if: github.repository_owner == 'aws' needs: [sanity-test-run] strategy: + fail-fast: false matrix: gccversion: - "9" @@ -202,6 +207,7 @@ jobs: if: github.repository_owner == 'aws' needs: [sanity-test-run] strategy: + fail-fast: false matrix: gccversion: - "13" @@ -234,6 +240,7 @@ jobs: if: github.repository_owner == 'aws' needs: [sanity-test-run] strategy: + fail-fast: false matrix: gccversion: - "10" diff --git a/.github/workflows/aws-lc-rs.yml b/.github/workflows/aws-lc-rs.yml index 5d91d0dedc..ac68f8df2a 100644 --- a/.github/workflows/aws-lc-rs.yml +++ b/.github/workflows/aws-lc-rs.yml @@ -5,7 +5,7 @@ on: pull_request: branches: [ '*' ] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number }} + group: ${{ github.workflow }}-${{ github.ref_name }} cancel-in-progress: true env: GOPROXY: https://proxy.golang.org,direct diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5ab96862f3..10a108aa4b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -5,7 +5,7 @@ on: pull_request: branches: [ '*' ] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number }} + group: ${{ github.workflow }}-${{ github.ref_name }} cancel-in-progress: true env: DOCKER_BUILDKIT: 1 @@ -15,6 +15,7 @@ jobs: if: github.repository_owner == 'aws' name: CMake ${{ matrix.cmake.version}} build with ${{ matrix.generator}} FIPS=${{ matrix.fips }} strategy: + fail-fast: false matrix: cmake: - { version: "3.2", url: "https://cmake.org/files/v3.2/cmake-3.2.3.tar.gz", hash: "a1ebcaf6d288eb4c966714ea457e3b9677cdfde78820d0f088712d7320850297" } diff --git a/.github/workflows/codecov-ci.yml b/.github/workflows/codecov-ci.yml index d9fb2e9419..08dd6afa5b 100644 --- a/.github/workflows/codecov-ci.yml +++ b/.github/workflows/codecov-ci.yml @@ -5,7 +5,7 @@ on: pull_request: branches: [ '*' ] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number }} + group: ${{ github.workflow }}-${{ github.ref_name }} cancel-in-progress: true jobs: codecov-ci: diff --git a/.github/workflows/cross-test.yml b/.github/workflows/cross-test.yml index 15ff4371d4..dc48877e80 100644 --- a/.github/workflows/cross-test.yml +++ b/.github/workflows/cross-test.yml @@ -5,7 +5,7 @@ on: pull_request: branches: [ '*' ] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number }} + group: ${{ github.workflow }}-${{ github.ref_name }} cancel-in-progress: true jobs: ppc64-build-test: diff --git a/.github/workflows/integrations.yml b/.github/workflows/integrations.yml index 17aabcb66c..1d6fd570d5 100644 --- a/.github/workflows/integrations.yml +++ b/.github/workflows/integrations.yml @@ -5,7 +5,7 @@ on: pull_request: branches: [ '*' ] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number }} + group: ${{ github.workflow }}-${{ github.ref_name }} cancel-in-progress: true env: CC: gcc diff --git a/.github/workflows/windows-alt.yml b/.github/workflows/windows-alt.yml index b684c0889d..8d73e1fecb 100644 --- a/.github/workflows/windows-alt.yml +++ b/.github/workflows/windows-alt.yml @@ -5,7 +5,7 @@ on: pull_request: branches: [ '*' ] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number }} + group: ${{ github.workflow }}-${{ github.ref_name }} cancel-in-progress: true jobs: mingw: