From eded6b27ec0cdd4b19ab215bb15ebeaf24c367a3 Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Fri, 28 Feb 2025 19:14:51 -0500 Subject: [PATCH] Temporarily disable docs deployments --- .github/workflows/deploy.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 }}