1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 13:35:23 +02:00

fix: build pull request image only in mealie repo (#5327)

This commit is contained in:
Kuchenpirat 2025-04-09 07:58:49 +02:00 committed by Ian Pösse-Koch
parent f3ae216b59
commit 2d40d89226

View file

@ -47,7 +47,7 @@ jobs:
publish-image:
name: "Publish PR Image"
if: contains(github.event.pull_request.labels.*.name, 'build-image')
if: contains(github.event.pull_request.labels.*.name, 'build-image') && github.repository == 'mealie-recipes/mealie'
permissions:
contents: read
packages: write