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

kyma-project / compass-manager / 30070085299
26%

Build:
DEFAULT BRANCH: main
Ran 24 Jul 2026 05:46AM UTC
Jobs 1
Files 20
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

24 Jul 2026 05:40AM UTC coverage: 25.866%. Remained the same
30070085299

push

github

web-flow
Fix build-image gate: require approval for all PRs, fix skip propagation (#564)

## Summary

- `gate` job now runs for **all** `pull_request_target` events, not just
forks — ensures upstream branch PRs also require manual approval before
image build
- `build-image` `if` condition wrapped in `${{ !cancelled() && ... }}` —
prevents GitHub Actions from silently skipping the reusable workflow job
when `gate` is skipped (tag push / main push)

## Problem

When `gate` is skipped (e.g. on tag push or main push), GitHub Actions
silently skips `build-image` even though the `if` condition should
evaluate to true. This happens because bare `>-` YAML multi-line `if`
conditions don't get evaluated properly for skip propagation — only
conditions wrapped in `${{ }}` are evaluated correctly.

## Test plan
- [ ] Create a PR from an upstream branch — `gate` job should pause for
manual approval
- [ ] After approval, `build-image` should proceed
- [ ] Push to main — `gate` is skipped, `build-image` should run
automatically

814 of 3147 relevant lines covered (25.87%)

0.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30070085299.1 24 Jul 2026 05:46AM UTC 20
25.87
GitHub Action Run
Source Files on build 30070085299
  • Tree
  • List 20
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30070085299
  • c1e101b9 on github
  • Prev Build on 1.0.31 (#29815885726)
  • Next Build on main (#30070097809)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc