From 4d8b021284506c75fb76fe1525c5ff6ff88ee903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Thu, 23 Jun 2022 13:48:20 +0200 Subject: [PATCH] fix: remove not working discord notifications --- .github/workflows/api-gateway.release.dev.yml | 11 ----------- .github/workflows/auth.release.dev.yml | 12 ------------ .github/workflows/files.release.dev.yml | 11 ----------- .github/workflows/scheduler.release.dev.yml | 12 ------------ .github/workflows/syncing-server.release.dev.yml | 11 ----------- 5 files changed, 57 deletions(-) diff --git a/.github/workflows/api-gateway.release.dev.yml b/.github/workflows/api-gateway.release.dev.yml index e36e340e0..a972868bf 100644 --- a/.github/workflows/api-gateway.release.dev.yml +++ b/.github/workflows/api-gateway.release.dev.yml @@ -120,14 +120,3 @@ jobs: revision: "${{ github.sha }}" description: "Automated Deployment via Github Actions" user: "${{ github.actor }}" - - notify_discord: - needs: deploy-web - - runs-on: ubuntu-latest - - steps: - - name: Run Discord Webhook - uses: johnnyhuy/actions-discord-git-webhook@main - with: - webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} diff --git a/.github/workflows/auth.release.dev.yml b/.github/workflows/auth.release.dev.yml index ab309c735..61d6e2109 100644 --- a/.github/workflows/auth.release.dev.yml +++ b/.github/workflows/auth.release.dev.yml @@ -163,15 +163,3 @@ jobs: revision: "${{ github.sha }}" description: "Automated Deployment via Github Actions" user: "${{ github.actor }}" - - notify_discord: - needs: [ deploy-web, deploy-worker ] - - runs-on: ubuntu-latest - - steps: - - name: Run Discord Webhook - uses: johnnyhuy/actions-discord-git-webhook@main - with: - webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} - diff --git a/.github/workflows/files.release.dev.yml b/.github/workflows/files.release.dev.yml index 1852d70e8..615fc1dec 100644 --- a/.github/workflows/files.release.dev.yml +++ b/.github/workflows/files.release.dev.yml @@ -163,14 +163,3 @@ jobs: revision: "${{ github.sha }}" description: "Automated Deployment via Github Actions" user: "${{ github.actor }}" - - notify_discord: - needs: [ deploy-web, deploy-worker ] - - runs-on: ubuntu-latest - - steps: - - name: Run Discord Webhook - uses: johnnyhuy/actions-discord-git-webhook@main - with: - webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} diff --git a/.github/workflows/scheduler.release.dev.yml b/.github/workflows/scheduler.release.dev.yml index 823834565..6cee0e788 100644 --- a/.github/workflows/scheduler.release.dev.yml +++ b/.github/workflows/scheduler.release.dev.yml @@ -122,15 +122,3 @@ jobs: revision: "${{ github.sha }}" description: "Automated Deployment via Github Actions" user: "${{ github.actor }}" - - notify_discord: - needs: [ deploy-worker ] - - runs-on: ubuntu-latest - - steps: - - name: Run Discord Webhook - uses: johnnyhuy/actions-discord-git-webhook@main - with: - webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} - diff --git a/.github/workflows/syncing-server.release.dev.yml b/.github/workflows/syncing-server.release.dev.yml index 561bedff7..0ee5faa8a 100644 --- a/.github/workflows/syncing-server.release.dev.yml +++ b/.github/workflows/syncing-server.release.dev.yml @@ -164,14 +164,3 @@ jobs: revision: "${{ github.sha }}" description: "Automated Deployment via Github Actions" user: "${{ github.actor }}" - - notify_discord: - needs: [ deploy-web, deploy-worker ] - - runs-on: ubuntu-latest - - steps: - - name: Run Discord Webhook - uses: johnnyhuy/actions-discord-git-webhook@main - with: - webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}