Skip to content

ci: verify master after a merge, not just in PRs - #25

Merged
vreshch merged 2 commits into
masterfrom
chore/ci-on-master
Aug 10, 2026
Merged

ci: verify master after a merge, not just in PRs#25
vreshch merged 2 commits into
masterfrom
chore/ci-on-master

Conversation

@vreshch

@vreshch vreshch commented Aug 10, 2026

Copy link
Copy Markdown
Member

Nothing verified master after a merge - this repo ran pr-validation.yml only, so the first signal that master was broken was a deploy or a publish.

pr-validation.yml becomes ci.yml and gains a push: master trigger. Same steps, same job; it now runs in both places.

Two details worth noting:

  • The concurrency group was pr-${{ github.event.pull_request.number }}, which is empty on a push - every master push would land in one shared group and cancel the one before it, mid-verify. It is now keyed on github.ref.
  • One file per role: ci.yml means verify, on master and on PRs. Part of aligning the estate on five reserved workflow names (ci / deploy / release / train / _*).

@vreshch
vreshch merged commit 333c4b4 into master Aug 10, 2026
1 check passed
@vreshch
vreshch deleted the chore/ci-on-master branch August 10, 2026 22:09
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