From 6ae180cc5aae0681c420721e3c58ff4c2f39e745 Mon Sep 17 00:00:00 2001 From: JantsoP Date: Sat, 20 Aug 2022 14:55:30 +0300 Subject: [PATCH] This does not work like it should be Causing every god damn commit on failure and then emails be like BRRRRRRRRRRRRR --- .github/workflows/ping-translators.yml | 27 -------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/ping-translators.yml diff --git a/.github/workflows/ping-translators.yml b/.github/workflows/ping-translators.yml deleted file mode 100644 index af28c196..00000000 --- a/.github/workflows/ping-translators.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Notify Translators -on: - push: - branches: - - main - -jobs: - deploy: - runs-on: ubuntu-latest - name: Discord notifications - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Get changed files - id: changed-files - uses: tj-actions/changed-files@v25 - with: - files: wiki/** - - name: Discord notification - if: steps.changed-files.outputs.any_changed == 'true' - env: - DISCORD_WEBHOOK: ${{ secrets.TRANSLATORS_CLUB_WEBHOOK }} - uses: Ilshidur/action-discord@master - with: - args: 'https://github.com/Discord-Resources-Wiki/Discord-Resources-Wiki/compare/{{ EVENT_PAYLOAD.push.before }}...{{ EVENT_PAYLOAD.push.after }}'