Skip to content

Commit

Permalink
CI: last fix didn't work, actually fixed this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Dec 26, 2023
1 parent 9bf747d commit 90f83b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.cfg.arch }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.cfg.arch }}-(${{ matrix.cfg.cpp-version }})
cancel-in-progress: true
name: Linux ${{matrix.cfg.arch}} (${{matrix.cfg.cpp-version}})
runs-on: ${{matrix.cfg.os}}
Expand Down

0 comments on commit 90f83b5

Please sign in to comment.