Skip to content

CI: stop double-running on every PR commit#15

Closed
jnasbyupgrade wants to merge 1 commit into
masterfrom
fix-ci-double-trigger
Closed

CI: stop double-running on every PR commit#15
jnasbyupgrade wants to merge 1 commit into
masterfrom
fix-ci-double-trigger

Conversation

@jnasbyupgrade

Copy link
Copy Markdown
Contributor

on: [push, pull_request] fires CI twice for the same commit on any PR whose head branch lives in this repo (not a fork) - once for the push event, once for the pull_request event - which is what let one flaky run show red next to an identical green run on PR #14. Restrict the push trigger to master (matching cat_tools' own ci.yml); pull_request still covers every PR regardless of where its branch lives.

on: [push, pull_request] fires CI twice for the same commit on any PR whose
head branch lives in this repo (not a fork) - once for the push event, once
for the pull_request event - which is what let one flaky run show red next
to an identical green run on PR #14. Restrict the push trigger to master
(matching cat_tools' own ci.yml); pull_request still covers every PR
regardless of where its branch lives.
@coderabbitai

coderabbitai Bot commented Jul 25, 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: ASSERTIVE

Plan: Pro Plus

Run ID: dfad9604-c509-4338-8518-cfa1934d7dab

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
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-ci-double-trigger

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.

@jnasbyupgrade

Copy link
Copy Markdown
Contributor Author

Folded into #14 instead of a separate PR.

@jnasbyupgrade
jnasbyupgrade deleted the fix-ci-double-trigger branch July 25, 2026 22:14
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.

1 participant