Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 289 Bytes

File metadata and controls

6 lines (4 loc) · 289 Bytes

GitHub Actions bug reproducer

This repository demonstrates an inconsistency in how conditionally skipped jobs are treated by the merge check algorithm.

  • Jobs that do not run because of an if counts as "succeeded".
  • Jobs that do not run because path directive counts as "failed".