Files
gentoo-utils-gitea/.gitea/workflows/gentoo-utils.yml
penguin 19af8923d2
Some checks failed
Gentoo Utils / docker (pull_request) Waiting to run
Gentoo Utils / build (pull_request) Successful in 1s
Build gentoo-utils / build (pull_request) Has been cancelled
testing a thing
2025-12-05 17:22:48 -06:00

14 lines
253 B
YAML

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