Python utility library
  • Python 98%
  • Makefile 1.7%
  • Shell 0.3%
Find a file
Jan Lindemann 0fd996f9f3
workflows/build-package.yaml: Remove "runs-on"

Forgejo versions before 15 didn't support workflow expansion, and "runs-on" was necessary in callers of reusable workflows. janware.com now runs Forgejo 15.x, and the requirement is gone, so remove the config option.

Quoting from https://forgejo.org/docs/latest/user/actions/reference/

runs-on is typically a required field. However, if a job defines jobs.<job_id>.uses in order to reference a reusable workflow, then it is optional. See jobs.<job_id>.uses for more information on this behaviour.

[...]

It is recommended that jobs.<job_id>.runs-on is omitted when using uses, as this will allow Forgejo to perform workflow expansion. Workflow expansion results in the target workflow’s jobs appearing in the UI as separate jobs. This provides an easier to understand experience for accessing the logs of each job, and permits the jobs to run on separate runners with their own runs-on fields.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-02 13:59:00 +02:00
.github/workflows workflows/build-package.yaml: Remove "runs-on" 2026-06-02 13:59:00 +02:00
bin Rename the MODDIR makefile variable to JWBDIR 2019-06-29 23:32:20 +02:00
conf Rename the MODDIR makefile variable to JWBDIR 2019-06-29 23:32:20 +02:00
make project.conf: pkg.requires.os = python3-networkx 2026-04-14 16:38:37 +02:00
scripts Add missing async keywords to jwutils.Cmd.run() reimplementations 2020-02-10 19:49:46 +01:00
test Add class Options 2022-12-01 14:29:01 +01:00
tools stree.serdes: Only ignore ENOENT for -include 2026-04-03 18:03:15 +02:00
.gitignore grammar.py et al: Centralize more code 2017-10-29 18:25:55 +01:00
HASH Release 1.0.0-36@suse-tumbleweed/x86_64 2026-04-28 23:25:11 +00:00
Makefile Rename the MODDIR makefile variable to JWBDIR 2019-06-29 23:32:20 +02:00
RELEASES Release 1.0.0-36@suse-tumbleweed/x86_64 2026-04-28 23:25:11 +00:00
VERSION Start version: 1.0.0-36 2026-04-28 23:24:38 +00:00