Skip to content

CI: Restrict push triggered runs to development branch#4916

Merged
WeiqunZhang merged 1 commit intoAMReX-Codes:developmentfrom
WeiqunZhang:ci_push_development_only
Jan 22, 2026
Merged

CI: Restrict push triggered runs to development branch#4916
WeiqunZhang merged 1 commit intoAMReX-Codes:developmentfrom
WeiqunZhang:ci_push_development_only

Conversation

@WeiqunZhang
Copy link
Copy Markdown
Member

This can avoid running CI twice when a PR branch is pushed by dependabot.

This can avoid running CI twice when a PR branch is pushed by dependabot.
@WeiqunZhang WeiqunZhang requested a review from zingale January 21, 2026 22:38
@asalmgren asalmgren self-requested a review January 21, 2026 22:40
@WeiqunZhang WeiqunZhang merged commit a891dae into AMReX-Codes:development Jan 22, 2026
73 of 74 checks passed
@WeiqunZhang WeiqunZhang deleted the ci_push_development_only branch January 22, 2026 00:18
WeiqunZhang added a commit to WeiqunZhang/amrex that referenced this pull request Jan 22, 2026
The approach in AMReX-Codes#4916 disables CIs for pushes to all non-development
branches, including branches on forks. That's not we want. In this PR, we
only skip CIs for pushes to 'dependabot/**' branches.
WeiqunZhang added a commit that referenced this pull request Jan 22, 2026
The approach in #4916 disables CIs for pushes to all non-development
branches, including branches on forks. That's not we want. In this PR,
we only skip CIs for pushes to 'dependabot/**' branches.
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