From 6e3e42420aec2090bb469b5403c33830632c35d8 Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:55:05 -0700 Subject: [PATCH] Disable scheduled deployments for now (#74) Disabling per https://github.com/insightsengineering/teal.gallery/pull/41#issuecomment-1728100099 Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com> --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4511da63..6b9f3eb9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -8,8 +8,8 @@ on: tags: - "*" workflow_dispatch: - schedule: - - cron: '12 3 * * *' + #schedule: + # - cron: '12 3 * * *' concurrency: group: publish-${{ github.event.pull_request.number || github.ref }}