Skip to content

ci: remove main from PR triggers to prevent duplicate CI runs#44

Merged
Dongbumlee merged 1 commit into
developfrom
fix/ci-duplicate-runs
Mar 24, 2026
Merged

ci: remove main from PR triggers to prevent duplicate CI runs#44
Dongbumlee merged 1 commit into
developfrom
fix/ci-duplicate-runs

Conversation

@Dongbumlee
Copy link
Copy Markdown
Collaborator

PRs to main only come from release/* branches, which are already fully validated by the staging pipeline. Running CI again on the same code wastes CI minutes (28 duplicate jobs per PR). Removes main from pull_request.branches in ci.yml. See PR #43 for the duplicate runs evidence.

PRs to main only come from release/* branches, which are already
fully validated by the staging pipeline. Running CI again on the
same code wastes CI minutes (28 duplicate jobs per PR).

Removes 'main' from the pull_request.branches list in ci.yml.
@Dongbumlee Dongbumlee merged commit afcaf7a into develop Mar 24, 2026
11 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.

1 participant