diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7ce25c51eb5..ba1849676a4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,11 +1,12 @@ name: Deploy site on: - schedule: - - cron: "0 9 * * *" - workflow_dispatch: - push: - branches: - - main +# Temporarily disable docs deployments +# schedule: +# - cron: "0 9 * * *" +# workflow_dispatch: +# push: +# branches: +# - main concurrency: group: ${{ github.workflow }}-${{ github.ref }}