17 - Remove temporary pull_request trigger from CI image workflow
All checks were successful
Build CI Image / build (push) Successful in 5m44s
CI / ci (push) Successful in 2m36s

This commit is contained in:
myrmidex 2026-06-10 22:34:23 +00:00
parent 4b93da6893
commit 4837d62419

View file

@ -6,10 +6,6 @@ on:
paths:
- '.forgejo/ci/Dockerfile'
- '.forgejo/workflows/ci-image.yml'
pull_request:
paths:
- '.forgejo/ci/Dockerfile'
- '.forgejo/workflows/ci-image.yml'
jobs:
build:
@ -36,5 +32,5 @@ jobs:
context: .forgejo/ci
file: .forgejo/ci/Dockerfile
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: forge.lvl0.xyz/lvl0/rater-ci:latest