Skip to content

Commit c1c4fd7

Browse files
committed
chore(github-matrix): update message when there are no build for a system
1 parent 2cbafb7 commit c1c4fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/packages/github-matrix/github_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def clean_package_for_output(pkg: NixEvalJobsOutput) -> GitHubActionPackage:
325325
"include": [
326326
{
327327
"attr": "",
328-
"name": "skipped",
328+
"name": "no packages to build",
329329
"system": system,
330330
"runs_on": {"labels": "ubuntu-latest"},
331331
}

0 commit comments

Comments
 (0)