Merge pull request #21528 from calixteman/serialize-pages-deploy

Serialize GitHub Pages deployments to avoid concurrent deploy failures
This commit is contained in:
calixteman 2026-07-02 18:54:29 +02:00 committed by GitHub
commit a0061817e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,12 @@ on:
permissions:
contents: read
# Allow only one concurrent deployment, without cancelling in-progress runs, so
# that an in-flight Pages deployment is allowed to finish before the next starts.
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
build:
name: Build