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

openSUSE / qem-dashboard / 26401457511
100%

Build:
DEFAULT BRANCH: main
Ran 25 May 2026 12:56PM UTC
Jobs 1
Files 33
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

25 May 2026 08:19AM UTC coverage: 100.0%. Remained the same
26401457511

push

github

okurz
ci: prevent redundant CI runs for internal PRs

Motivation:
Workflows trigger on both 'push' and 'pull_request' events for internal
branches, leading to duplicate CI runs. Developers want CI feedback on all
pushes, but redundant runs on PRs are unnecessary and wasteful.

Design Choices:
Added a job-level 'if' condition to all workflow jobs. The logic allows the job
to run if it's a 'push' event OR if it's a 'pull_request' event from a fork.
Internal PRs (where the head repo matches the base repo) will be skipped by
the 'pull_request' trigger, relying instead on the existing 'push' run for
that branch.

Benefits:
- Eliminates duplicate CI runs for internal contributors.
- Maintains immediate feedback for all branch pushes.
- Ensures cross-repository PRs (forks) still trigger CI correctly.

Related issue: https://github.com/openSUSE/qem-dashboard/pull/3311

1781 of 1781 relevant lines covered (100.0%)

8.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26401457511.1 25 May 2026 12:56PM UTC 33
100.0
GitHub Action Run
Source Files on build 26401457511
  • Tree
  • List 33
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c0558168 on github
  • Prev Build on main (#26390743853)
  • Next Build on main (#26403635522)
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