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

13 lines
265 B
YAML

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