We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b5b53 commit 8539ab4Copy full SHA for 8539ab4
1 file changed
.github/workflows/deploy-dev.yml
@@ -4,7 +4,7 @@ on:
4
5
jobs:
6
build-and-publish-huggingchat-image:
7
- if: ${{ github.event.label.name == 'preview' }}
+ if: contains(github.event.pull_request.labels.*.name, 'preview')
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout
0 commit comments