diff --git a/.github/workflows/build-documentation.yaml b/.github/workflows/build-documentation.yaml index 89bef9404c..1130925e62 100644 --- a/.github/workflows/build-documentation.yaml +++ b/.github/workflows/build-documentation.yaml @@ -10,7 +10,7 @@ # ### -name: Build Documentation +name: Build Documentation test on: pull_request: paths: diff --git a/.github/workflows/deploy-documentation.yaml b/.github/workflows/deploy-documentation.yaml index 12b09fa2c7..16a33bea83 100644 --- a/.github/workflows/deploy-documentation.yaml +++ b/.github/workflows/deploy-documentation.yaml @@ -9,10 +9,8 @@ name: Deploy Documentation Preview to Netlify on: workflow_run: - workflows: ['Build Documentation'] + workflows: ['Build Documentation test'] types: [completed] - branches: - - '1796-update-netlify-cli-to-v16' jobs: deploy: