Update build-private-images-ghcr.yml (#4280)

This commit is contained in:
Cenk Kücük 2024-06-26 16:52:37 +02:00 committed by GitHub
parent 8a2f82d76f
commit 5c146ad30e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: