From b9fd554ef65437698c266d16d6893df87dc30d4a Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Fri, 1 Nov 2024 14:17:59 -0700 Subject: [PATCH] keep going --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59d7661af..501cb0703 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,11 @@ env: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_REGION: us-east-1 +# cancel in-progress builds after a new commit +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: linux-compat-use-openssl: runs-on: ubuntu-22.04 # latest @@ -62,6 +67,7 @@ jobs: linux-compiler-compat: runs-on: ubuntu-22.04 # latest strategy: + fail-fast: false matrix: compiler: - clang-3