Skip to content

Commit

Permalink
dont cancel in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmore committed Sep 12, 2024
1 parent b89a2dd commit a81f5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a81f5b9

Please sign in to comment.