testing a thing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: Build gentoo-utils
|
||||
on: [pull_request]
|
||||
on: [workflow_call]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,16 +1,5 @@
|
||||
name: Build gentoo-utils docker image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '.docker/Dockerfile'
|
||||
pull_request:
|
||||
paths:
|
||||
- '.docker/Dockerfile'
|
||||
workflow_dispatch:
|
||||
|
||||
on: [workflow_call]
|
||||
|
||||
jobs:
|
||||
build-docker:
|
||||
|
||||
13
.gitea/workflows/gentoo-utils.yml
Normal file
13
.gitea/workflows/gentoo-utils.yml
Normal 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
|
||||
Reference in New Issue
Block a user