Disable cancel in progress

This commit is contained in:
2022-07-28 16:18:04 +08:00
committed by GitHub
parent 008870caab
commit 228c30b0db

View File

@@ -23,7 +23,7 @@ permissions:
# Allow one concurrent deployment # Allow one concurrent deployment
concurrency: concurrency:
group: "pages" group: "pages"
cancel-in-progress: true cancel-in-progress: false
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs: