Skip to content

Commit

Permalink
Update build-private-images-ghcr.yml (#4280)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnkk authored Jun 26, 2024
1 parent 8a2f82d commit 5c146ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-private-images-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c146ad

Please sign in to comment.