From ca71d5fb524a0c2697d13967c9502748001d9792 Mon Sep 17 00:00:00 2001 From: Jim <58939809+jamesrwarren@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:41:04 +0000 Subject: [PATCH] turn off preprod restore (#1755) --- .../scheduled-restore-anon-preprod.yml | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/scheduled-restore-anon-preprod.yml b/.github/workflows/scheduled-restore-anon-preprod.yml index b4272ed9bc..53f1610959 100644 --- a/.github/workflows/scheduled-restore-anon-preprod.yml +++ b/.github/workflows/scheduled-restore-anon-preprod.yml @@ -19,34 +19,34 @@ permissions: statuses: none jobs: - backup_production: - name: backup production - uses: ./.github/workflows/_run-task.yml - with: - workspace: production02 - account_name: production - task_name: "backup" - timeout: "700" - secrets: inherit + # backup_production: + # name: backup production + # uses: ./.github/workflows/_run-task.yml + # with: + # workspace: production02 + # account_name: production + # task_name: "backup" + # timeout: "700" + # secrets: inherit - restore_to_preproduction: - name: restore to preproduction - uses: ./.github/workflows/_run-task.yml - needs: - - backup_production - with: - workspace: preproduction - account_name: preproduction - task_name: "restore_from_production" - timeout: "3600" - secrets: inherit + # restore_to_preproduction: + # name: restore to preproduction + # uses: ./.github/workflows/_run-task.yml + # needs: + # - backup_production + # with: + # workspace: preproduction + # account_name: preproduction + # task_name: "restore_from_production" + # timeout: "3600" + # secrets: inherit slack_notify_failure: name: notify of failure uses: ./.github/workflows/_slack-notification.yml if: ${{ failure() }} - needs: - - restore_to_preproduction + # needs: + # - backup_production with: success: no branch: main