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