From 5c146ad30eacae0708928890de59ac159ead8cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20K=C3=BCc=C3=BCk?= Date: Wed, 26 Jun 2024 16:52:37 +0200 Subject: [PATCH] Update build-private-images-ghcr.yml (#4280) --- .github/workflows/build-private-images-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-private-images-ghcr.yml b/.github/workflows/build-private-images-ghcr.yml index 7c5b91b5c..89ed37bee 100644 --- a/.github/workflows/build-private-images-ghcr.yml +++ b/.github/workflows/build-private-images-ghcr.yml @@ -13,7 +13,7 @@ concurrency: jobs: build: - if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'deploy-to-staging') }} + if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'preview') }} runs-on: buildjet-16vcpu-ubuntu-2204 permissions: