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