Skip to content

Add GitHub Pages deployment workflow with concurrency control#1

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-deployment-cancel-error
Draft

Add GitHub Pages deployment workflow with concurrency control#1
Copilot wants to merge 2 commits intomainfrom
copilot/fix-deployment-cancel-error

Conversation

Copy link

Copilot AI commented Mar 3, 2026

Deployments were being cancelled with "Canceling since a higher priority waiting request for pages build and deployment @ main exists" due to the default Pages concurrency behavior cancelling older queued builds.

  • Added .github/workflows/deploy.yml using the standard Pages deployment actions with cancel-in-progress: false to queue deployments sequentially instead of cancelling them
concurrency:
  group: "pages"
  cancel-in-progress: false

Post-merge action required: In repo Settings → Pages → Source, switch from "Deploy from a branch" to "GitHub Actions".


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@netlify
Copy link

netlify bot commented Mar 3, 2026

Deploy Preview for apps-ai ready!

Name Link
🔨 Latest commit 6f9e580
🔍 Latest deploy log https://app.netlify.com/projects/apps-ai/deploys/69a6f2eef2f53d000850e22b
😎 Deploy Preview https://deploy-preview-1--apps-ai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

…ent cancellations

Co-authored-by: moh-bash <218136962+moh-bash@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix deployment cancellation due to high priority requests Add GitHub Pages deployment workflow with concurrency control Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants