Skip to content

Commit ae099a1

Browse files
committed
deploy staging when labes contains deploy-staging
1 parent 412b502 commit ae099a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/site-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: pnpm build
4040

4141
- name: Deploy staging website
42+
if: contains(github.event.pull_request.labels.*.name, 'deploy-staging')
4243
env:
4344
SSH_KEY: ${{ secrets.IOTDB_WEBSITE_BUILD_SSH }}
4445
run: |

0 commit comments

Comments
 (0)