diff --git a/.github/workflows/build-private-images-ghcr.yml b/.github/workflows/build-private-images-ghcr.yml index 7c5b91b5c2e0..89ed37bee13b 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: