Merge f680a3a178085a03476ca29eb0e831b424facd74 into 555b0add40685ad2d799e4bccfc4c69812abe207

This commit is contained in:
copybara-service[bot] 2026-01-07 20:11:33 +00:00 committed by GitHub
commit 722f6ef5b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
name: Deploy to Firebase Hosting on PR
on:
push:
pull_request:
types: [ labeled ]
@ -12,7 +13,7 @@ permissions:
jobs:
build_and_preview:
if: github.event.label.name == 'preview-catalog' && github.event.pull_request.head.repo.full_name == github.repository
if: contains(github.event.pull_request.labels.*.name, 'preview-catalog') && github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3