From 7020bff4eb65f742df1e355fbf245f8342d8c23b Mon Sep 17 00:00:00 2001 From: Fuhu Xia Date: Tue, 27 Aug 2024 11:28:24 -0400 Subject: [PATCH] temporarily disable staging restart for debugging --- .github/workflows/restart.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/restart.yml b/.github/workflows/restart.yml index 64cee9c2..3a923496 100644 --- a/.github/workflows/restart.yml +++ b/.github/workflows/restart.yml @@ -7,14 +7,6 @@ on: - cron: '11/30 * * * *' jobs: - restart-staging: - name: restart (staging) - uses: gsa/data.gov/.github/workflows/app-restart-template.yml@main - with: - environ: staging - app_names: "{\"include\":[{\"app\":\"catalog-proxy\"},{\"app\":\"catalog-gather\"},{\"app\":\"catalog-fetch\"},{\"app\":\"catalog-web\"},{\"app\":\"catalog-admin\"},]}" - secrets: inherit - restart-prod: name: restart (prod) uses: gsa/data.gov/.github/workflows/app-restart-template.yml@main