Skip to content

Commit

Permalink
ci: prevent ci runs being cancelled by github, cancel-in-progress doe…
Browse files Browse the repository at this point in the history
…snt do what its supposed to do; this is a known github issue
  • Loading branch information
braindigitalis committed Oct 2, 2023
1 parent 35159e2 commit 966d292
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
linux-with-unit-test:
permissions:
contents: write
concurrency:
group: linux-build-unit-test
cancel-in-progress: false
name: Linux ${{matrix.cfg.arch}} (${{matrix.cfg.cpp-version}})
runs-on: ${{matrix.cfg.os}}
strategy:
Expand Down

0 comments on commit 966d292

Please sign in to comment.