Skip to content

Commit

Permalink
meson CI: don't cancel in progress checks
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Feb 9, 2023
1 parent 7e41ceb commit 1f4b30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_PR_meson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request

concurrency:
group: ${{github.workflow}}-${{github.head_ref}}
cancel-in-progress: true
cancel-in-progress: false

jobs:
Ubuntu:
Expand Down

0 comments on commit 1f4b30c

Please sign in to comment.