Skip to content

Commit

Permalink
Set cancel-in-progress to false for the analysis concurrency group (
Browse files Browse the repository at this point in the history
#1266)

Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Oct 31, 2023
1 parent e01bb50 commit 328a94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

concurrency:
group: analysis
cancel-in-progress: true
cancel-in-progress: false

jobs:
analysis:
Expand Down

0 comments on commit 328a94e

Please sign in to comment.