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 }}