chore: Update publish-docs-deploy.yml (#17995)

This commit is contained in:
0song 2024-08-25 16:53:01 +08:00 committed by GitHub
parent 569013da9e
commit d4a5d150bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ on:
jobs:
deploy-docs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == "release" }}
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'release' }}
steps:
- name: Checkout