Skip to content

ci: make ci.yml branch triggers self-referential - #1294

Merged
mmattel merged 1 commit into
7.3from
ci/self-referential-triggers-7.3
Jul 15, 2026
Merged

ci: make ci.yml branch triggers self-referential#1294
mmattel merged 1 commit into
7.3from
ci/self-referential-triggers-7.3

Conversation

@DeepDiver1975

Copy link
Copy Markdown
Member

What

Make the push/pull_request branch filters in .github/workflows/ci.yml self-referential on the 7.3 branch.

Why

GitHub Actions runs the copy of ci.yml on the ref where the event fires and matches branches: against that same ref. A push to 7.3 can only match 7.3 — the master/8.0 entries in push.branches are inert copy-paste residue. pull_request was already correct (7.3); this just quotes it for consistency.

Part of a coordinated cleanup making each branch's ci.yml self-referential (companion PRs: #1291 master, #1292 8.1, #1293 8.0).

Change

  • push.branches: master, 8.0, 7.3'7.3'
  • pull_request.branches: 7.3'7.3' (quoting only)

No jobs: changes.

🤖 Generated with Claude Code

GitHub Actions runs the copy of ci.yml on the ref where the event
fires and matches branches: against that same ref, so cross-branch
entries never apply. Drop the inert master/8.0 entries from push on
the 7.3 branch and quote 7.3 in pull_request; the filter now lists
only 7.3.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
@DeepDiver1975
DeepDiver1975 requested a review from a team July 15, 2026 08:32
@mmattel
mmattel merged commit 6bdd28f into 7.3 Jul 15, 2026
2 checks passed
@mmattel
mmattel deleted the ci/self-referential-triggers-7.3 branch July 15, 2026 08:33
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