Skip to content

Commit

Permalink
keep going
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Nov 1, 2024
1 parent faa87ec commit b9fd554
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -62,6 +67,7 @@ jobs:
linux-compiler-compat:
runs-on: ubuntu-22.04 # latest
strategy:
fail-fast: false
matrix:
compiler:
- clang-3
Expand Down

0 comments on commit b9fd554

Please sign in to comment.