Skip to content

fix(ci): run CI only for pull requests - #2800

Merged
miguelg719 merged 1 commit into
mainfrom
fix/ci-pr-only
Aug 24, 2026
Merged

fix(ci): run CI only for pull requests#2800
miguelg719 merged 1 commit into
mainfrom
fix/ci-pr-only

Conversation

@miguelg719

@miguelg719 miguelg719 commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • stop running the full CI workflow again after every merge to main
  • keep pull request CI unchanged
  • preserve workflow_dispatch for trusted external-contributor handoff runs

This removes the main push trigger introduced in #2671. Shared protocol changes can activate every SDK filter, so merges such as #2790 repeated the complete test matrix after it had already passed on the PR.

Test plan

  • actionlint -ignore SC2046 .github/workflows/ci.yml
  • git diff --check

Summary by cubic

Stop running the CI workflow on pushes to main to avoid duplicate runs after merges; keep CI behavior for pull requests and manual dispatches unchanged.

  • Removes the push trigger on main; retains pull_request and workflow_dispatch (with pull_request_number input) for trusted handoffs.
  • Pushes to main no longer run CI. If any branch protection requires push-based checks, update it to rely on PR-based statuses.

Written for commit 3d4a378. Summary will update on new commits.

Review in cubic

@changeset-bot

changeset-bot Bot commented Aug 22, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 3d4a378

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Re-trigger cubic

@miguelg719
miguelg719 merged commit 51c019e into main Aug 24, 2026
51 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.

2 participants