From c40f7bdf1de925f53659d28cec7a7cfb7b8b219c Mon Sep 17 00:00:00 2001 From: Adam Griffith <94396076+adamhgriffith-uofu@users.noreply.github.com> Date: Thu, 18 May 2023 10:22:09 -0600 Subject: [PATCH] Removed dev notification from notify-api.yml. (#126) --- .github/workflows/notify-api.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/notify-api.yml b/.github/workflows/notify-api.yml index eff39af..c740df2 100644 --- a/.github/workflows/notify-api.yml +++ b/.github/workflows/notify-api.yml @@ -10,14 +10,6 @@ on: - gh-pages jobs: - dev: - name: Development - uses: slateci/github-actions/.github/workflows/slate-updateapps.yml@v16 - with: - slate_api_endpoint: "https://api.dev.slateci.io" - secrets: - slate_api_token: "${{ secrets.SLATE_API_TOKEN_DEV }}" - staging: name: Staging uses: slateci/github-actions/.github/workflows/slate-updateapps.yml@v16