Skip to content

Commit 8539ab4

Browse files
committed
feat: ephemeral env
1 parent 37b5b53 commit 8539ab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
build-and-publish-huggingchat-image:
7-
if: ${{ github.event.label.name == 'preview' }}
7+
if: contains(github.event.pull_request.labels.*.name, 'preview')
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout

0 commit comments

Comments
 (0)