17 - Remove temporary pull_request trigger from CI image workflow
This commit is contained in:
parent
4b93da6893
commit
4837d62419
1 changed files with 1 additions and 5 deletions
|
|
@ -6,10 +6,6 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- '.forgejo/ci/Dockerfile'
|
- '.forgejo/ci/Dockerfile'
|
||||||
- '.forgejo/workflows/ci-image.yml'
|
- '.forgejo/workflows/ci-image.yml'
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- '.forgejo/ci/Dockerfile'
|
|
||||||
- '.forgejo/workflows/ci-image.yml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -36,5 +32,5 @@ jobs:
|
||||||
context: .forgejo/ci
|
context: .forgejo/ci
|
||||||
file: .forgejo/ci/Dockerfile
|
file: .forgejo/ci/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: true
|
||||||
tags: forge.lvl0.xyz/lvl0/rater-ci:latest
|
tags: forge.lvl0.xyz/lvl0/rater-ci:latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue