Skip to content

Commit 20258aa

Browse files
authored
Merge pull request #45 from namiba-work/main
Fixing pages name so that both builds can run concurrently
2 parents b56b2a3 + 637140b commit 20258aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloudflare-pages-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1414
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
1515
concurrency:
16-
group: "pages"
16+
group: "cfpages"
1717
cancel-in-progress: false
1818

1919
jobs:

0 commit comments

Comments
 (0)