diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index acbb74290ac8e..0d010b1249fa3 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -18,6 +18,7 @@ defaults: jobs: # https://github.com/marketplace/actions/deploy-to-github-pages build-docs-deploy: + if: github.repository_owner == 'Lightning-AI' runs-on: ubuntu-20.04 steps: - name: Checkout 🛎️ @@ -81,7 +82,7 @@ jobs: credentials_json: ${{ secrets.GCS_SA_KEY }} - name: Setup gcloud - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v1 with: project_id: ${{ secrets.GCS_PROJECT }}