From 0fc40aaabdd21e1eaddd83a9360dc1de01f59609 Mon Sep 17 00:00:00 2001 From: Glomberg Date: Thu, 19 Sep 2024 16:52:03 +0300 Subject: [PATCH] Fix. Code. Telegram notify removed temporary. --- .github/workflows/tests.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 594ab15..44daf25 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,17 +50,4 @@ jobs: - name: Running tests env: CLEANTALK_TEST_API_KEY: ${{ secrets.CLEANTALK_TEST_API_KEY }} - run: composer test - - - name: Telegram notify - if: failure() - uses: appleboy/telegram-action@master - with: - to: ${{ secrets.TELEGRAM_PLUGINS_TO }} - token: ${{ secrets.TELEGRAM_REVIEWER_TOKEN }} - message: | - Hi, ${{ github.actor }}! Your commit for ${{ github.repository }} - contains 💯 the best solution but it have to be fixed! - Auto-Tests (PHPUnit, PHPCS, Psalm) build failed ⛔! - format: html - disable_web_page_preview: true \ No newline at end of file + run: composer test \ No newline at end of file