Skip to content

Commit

Permalink
.github/workflows/linux: dont cancel in-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jun 9, 2024
1 parent 08c5df3 commit 129adbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-linux-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
cancel-in-progress: false

jobs:
build:
Expand Down

0 comments on commit 129adbd

Please sign in to comment.