diff --git a/.github/workflows/health_check.yml b/.github/workflows/health_check.yml index 975fdf8..1b71cf5 100644 --- a/.github/workflows/health_check.yml +++ b/.github/workflows/health_check.yml @@ -30,7 +30,7 @@ jobs: - name: Notify slack uses: kpritam/slack-job-status-action@v1 with: - if: ${{ always() }} + if: ${{ failure() }} job-status: ${{ job.status }} slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }} - channel: github-actions + channel: eng-notifications