mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-03 22:24:43 +00:00
Because of the branches filter, the job would **not** re-run when only the base-branch was changed, thus leaving the contributor with a failed check. With this change, the job should be triggered and then skipped in this case, so the check in the list should be replaced with a skip. Note, this also means that this step will show up in every PR as skipped, even when it was never failed before.