From df4fd7ed7f95226d7646cfb5eece72261122c227 Mon Sep 17 00:00:00 2001 From: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> Date: Tue, 8 Apr 2025 18:44:31 +0200 Subject: [PATCH] fix: build pull request image only if source is in mealie repo --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 71e8ab651..cb0a9216b 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -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