Files
gentoo-utils-gitea/.gitea/workflows/gentoo-utils.yml
penguin a3f47ccee6
Some checks failed
Build gentoo-utils / build (pull_request) Has been cancelled
testing a thing
2025-12-05 17:21:35 -06:00

11 lines
221 B
YAML

name: Gentoo Utils
on: [workflow_call]
jobs:
docker:
if: contains(join(github.event.commits.*.modified, ',', './docker/**'))
uses: ./.gitea/workflows/docker.yml
build:
uses: ./.gitea/workflows/build.yml