Skip to content

Commit 637140b

Browse files
committed
Fixing pages name so that both builds can run concurrently
1 parent d589c38 commit 637140b

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)