Skip to content

Commit

Permalink
CI: fix concurrency and trim versions
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai authored Jan 25, 2024
1 parent ad8d2af commit b3f2a12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ jobs:
- '8.17'
ocaml_version:
- '4.14-flambda'
- '4.13-flambda'
- '4.12-flambda'
- '4.09-flambda'
target: [ local, opam ]
fail-fast: true

concurrency:
group: ${{ github.workflow }}-${{ matrix.target }}-Ubuntu-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ matrix.ocaml_version }}-${{ matrix.target }}-Ubuntu-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

steps:
Expand Down

0 comments on commit b3f2a12

Please sign in to comment.