This commit is contained in:
10
.gitea/workflows/gentoo-utils.yml
Normal file
10
.gitea/workflows/gentoo-utils.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user