Skip to content

Disable pull_request triggers in all workflows#220

Merged
neongreen merged 1 commit intomainfrom
claude/disable-pull-workflows-011CUhwaZ4czXkLSDxpjcnjp
Nov 1, 2025
Merged

Disable pull_request triggers in all workflows#220
neongreen merged 1 commit intomainfrom
claude/disable-pull-workflows-011CUhwaZ4czXkLSDxpjcnjp

Conversation

@neongreen
Copy link
Copy Markdown
Owner

No description provided.

Only run workflows on push events, not on pull requests.
This affects:
- diagram-dsl-lint.yml
- diagram-dsl.yml
- go-module-lint.yml
- dagger-tests.yml
- mdbook-comments.yml
@mergify
Copy link
Copy Markdown

mergify Bot commented Nov 1, 2025

🧪 CI Insights

Here's what we observed from your CI run for 326e1f5.

🟢 All jobs passed!

But CI Insights is watching 👀

@neongreen neongreen merged commit fa3d7ce into main Nov 1, 2025
4 of 7 checks passed
@neongreen neongreen deleted the claude/disable-pull-workflows-011CUhwaZ4czXkLSDxpjcnjp branch November 1, 2025 22:18
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

name: Dagger Tests
on:
push:
paths:
- "beads-merge/**"
- "claude-trace/**"
- "conf/**"
- "dissect/**"
- "ingest/**"
- "jj-run/**"
- "lib/ghclient/**"
- "lib/ghrelease/**"
- "lib/toml/**"
- "markdown-format/**"
- "printpdf/**"
- "prrun/**"

P1 Badge Restore PR triggers so workflows run for fork contributions

Removing the pull_request trigger means this workflow now only runs on push. That works for branches inside this repo, but it never fires for pull requests coming from forks because their pushes happen in a different repository. As a result the Dagger tests (and the other workflows modified in this commit) will not execute for external contributors, leaving those PRs untested unless a maintainer runs them manually. If forked PRs are expected, the pull_request trigger (or pull_request_target) needs to stay.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

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