diff --git a/.github/workflows/health_check.yml b/.github/workflows/health_check.yml index 96fd840..1499be3 100644 --- a/.github/workflows/health_check.yml +++ b/.github/workflows/health_check.yml @@ -25,9 +25,9 @@ jobs: run: make test - name: Notify slack + if: failure() uses: kpritam/slack-job-status-action@v1 with: - if: failure() job-status: ${{ job.status }} slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel: eng-notifications