Skip to content

ci: rename the build job to verify and run it on pull requests - #1

Merged
jasenc7 merged 3 commits into
mainfrom
claude/affectionate-bardeen-tpuqr0
Sep 14, 2026
Merged

jasenc7 merged 3 commits into
mainfrom
claude/affectionate-bardeen-tpuqr0

Conversation

@jasenc7

@jasenc7 jasenc7 commented Sep 14, 2026

Copy link
Copy Markdown
Owner

What

Fleet-wide convention: the one status check branch protection names is verify. The build job is renamed, and the workflow now also runs on a pull request to main, where it builds and stops. deploy stays a push-to-main (or manual) step, gated on verify and skipped on pull requests. Steps are untouched.

Before this, nothing ran on a pull request here, so nothing gated one.

On merge

Require verify in branch protection if pull requests are used on this repo.

🤖 Generated with Claude Code

https://claude.ai/code/session_01D6peoaf9UhhfLpnPbuiZbb


Generated by Claude Code

Fleet-wide convention: the one status check branch protection names is
verify. The build only ran on a push to main, so nothing gated a pull
request; it now runs there too and stops before deploy, which stays a
push-to-main step.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01D6peoaf9UhhfLpnPbuiZbb
Copilot AI lite review requested due to automatic review settings September 14, 2026 10:06
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 14, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-14T10:11:18.188839Z b2c3222 PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Changes recommended

The PR-triggered verify job inherits write permissions and deployment credentials that must be scoped to the deployment job.

Get a fresh assessment by requesting another Copilot review.

Pull request overview

Renames the build job to verify and adds pull-request validation while keeping deployment restricted.

Changes:

  • Adds pull-request triggering for main.
  • Renames build to verify.
  • Gates deployment on verify and skips it for pull requests.
File summaries
File Summary
.github/workflows/deploy.yml Updates workflow triggers, job naming, dependencies, and deployment conditions. PR-triggered execution must use scoped, read-only permissions.
Review details

Suppressed comments (1)

.github/workflows/deploy.yml:7

  • verify now runs for pull requests, but the workflow-level pages concurrency group is shared with deployments and has cancel-in-progress: false. A long-running PR can leave a main push pending, and a later PR run can replace that pending push, allowing a merge to complete without its deployment. Use separate concurrency groups for PR verification and main/manual deployment.
  pull_request:
    branches: [main]
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/deploy.yml

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b2c322244f

ℹ️ 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".

Comment thread .github/workflows/deploy.yml
Comment thread .github/workflows/deploy.yml
Co-authored-by: jasenc7 <274879716+jasenc7@users.noreply.github.com>
@jasenc7
jasenc7 merged commit 1cef88a into main Sep 14, 2026
2 checks passed
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.

3 participants