Skip to content

Commit

Permalink
fix: 後続のジョブがあったとしてもキャンセルされないようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
MH4GF committed Dec 17, 2023
1 parent b53386a commit d148ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

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

jobs:
screenshots:
Expand Down

0 comments on commit d148ec4

Please sign in to comment.