testing a thing
Some checks failed
Gentoo Utils / docker (pull_request) Waiting to run
Gentoo Utils / build (pull_request) Failing after 1s

This commit is contained in:
2025-12-05 17:19:35 -06:00
parent 23e36bad84
commit 04ad6e607e
3 changed files with 15 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
name: Build gentoo-utils name: Build gentoo-utils
on: [pull_request] on: [workflow_call]
jobs: jobs:
build: build:

View File

@@ -1,16 +1,5 @@
name: Build gentoo-utils docker image name: Build gentoo-utils docker image
on: [workflow_call]
on:
push:
branches:
- master
paths:
- '.docker/Dockerfile'
pull_request:
paths:
- '.docker/Dockerfile'
workflow_dispatch:
jobs: jobs:
build-docker: build-docker:

View File

@@ -0,0 +1,13 @@
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