Skip to content

ci: bypass concurrency for non-PR runs#472

Merged
skevetter merged 1 commit into
mainfrom
ci/concurrency-pr-only
May 31, 2026
Merged

ci: bypass concurrency for non-PR runs#472
skevetter merged 1 commit into
mainfrom
ci/concurrency-pr-only

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Summary

  • Key the concurrency group by run_id for non-PR events so main pushes and workflow_dispatch runs never queue or cancel each other.
  • PR runs continue to group by head_ref with cancel-in-progress enabled.

Make main pushes and workflow_dispatch runs use a unique concurrency
group keyed by run_id so they never queue or cancel each other. PR
runs still group by head_ref with cancel-in-progress enabled.
@netlify

netlify Bot commented May 31, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit 492e1f6
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/6a1c633599db700009d10466

@coderabbitai

coderabbitai Bot commented May 31, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 108437da-99e3-4fb0-a616-c785cd68fddc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@skevetter
skevetter enabled auto-merge (squash) May 31, 2026 16:35
@skevetter
skevetter merged commit 4ddc4c4 into main May 31, 2026
54 checks passed
@skevetter
skevetter deleted the ci/concurrency-pr-only branch May 31, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant