Skip to content

Commit

Permalink
Use concurrency to run one OS at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Mar 8, 2024
1 parent 2907f6a commit f2f5191
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
build:
name: Run build CI
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.workflow }}-${{ matrix.os }}
cancel-in-progress: false
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f2f5191

Please sign in to comment.