• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

prisma-risk / tsoracle / 26804382853
95%

Build:
DEFAULT BRANCH: main
Ran 02 Jun 2026 07:18AM UTC
Jobs 1
Files 93
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Jun 2026 07:10AM UTC coverage: 95.056% (+0.005%) from 95.051%
26804382853

push

github

web-flow
fix(release-plz): trigger release-pr on manual dispatch instead of every push (#634)

Split the `release-plz` workflow triggers so each event drives exactly one
job, gated via `github.event_name`:

- workflow_dispatch (Actions tab → "Run workflow") fires ONLY `release-pr`,
  so the Release PR is opened/updated on demand instead of on every commit
  to main.
- push to main fires ONLY `release`. Merging a Release PR is itself a push
  to main, so publish-on-merge is unchanged — the merge still auto-tags and
  cargo-publishes the bumped crates.

Adds `if: github.event_name == 'push' && ...` to `release` and
`if: github.event_name == 'workflow_dispatch' && ...` to `release-pr`
(neither job was previously guarded). Validated with actionlint (no findings).

Signed-off-by: Sebastian Thiebaud <sebastian@prismarisk.com>

17286 of 18185 relevant lines covered (95.06%)

333459.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26804382853.1 02 Jun 2026 07:18AM UTC 93
95.06
GitHub Action Run
Source Files on build 26804382853
  • Tree
  • List 93
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26804382853
  • 085dbf48 on github
  • Prev Build on main (#26782735450)
  • Next Build on main (#26910535669)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc