Skip to content

fix: guard build_and_deploy against non-master PRs#112

Merged
so5 merged 1 commit into
RIKEN-RCCS:dev2025from
so5:dev2025
Jun 12, 2026
Merged

fix: guard build_and_deploy against non-master PRs#112
so5 merged 1 commit into
RIKEN-RCCS:dev2025from
so5:dev2025

Conversation

@so5

@so5 so5 commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

The branches: [master] filter on pull_request_target is evaluated against github.ref (always the default branch), not the PR's base branch, so it fires for every merged PR. Add an explicit base.ref check to the job condition so build and deploy only runs when a PR is actually merged into master.

The branches: [master] filter on pull_request_target is evaluated
against github.ref (always the default branch), not the PR's base
branch, so it fires for every merged PR. Add an explicit base.ref
check to the job condition so build and deploy only runs when a PR
is actually merged into master.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@so5 so5 merged commit 0f1fdcb into RIKEN-RCCS:dev2025 Jun 12, 2026
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