From c1219cd3923e9dda24dd689138664fa346415133 Mon Sep 17 00:00:00 2001 From: sudeepdino008 Date: Thu, 12 Sep 2024 10:19:04 +0530 Subject: [PATCH] always send notifications (make docker step failure didn't give notif) --- .github/workflows/test-kurtosis-assertoor.yml | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test-kurtosis-assertoor.yml b/.github/workflows/test-kurtosis-assertoor.yml index 5cb8fe114cb..247f13e668f 100644 --- a/.github/workflows/test-kurtosis-assertoor.yml +++ b/.github/workflows/test-kurtosis-assertoor.yml @@ -4,17 +4,17 @@ on: schedule: - cron: "0 2,14 * * *" # runs at 2am and 2pm UTC workflow_dispatch: - # pull_request: - # branches: - # - sudeep/kurtosis_assertoor - # types: - # - opened - # - reopened - # - synchronize - # - ready_for_review - # push: - # branches: - # - sudeep/kurtosis_assertoor + pull_request: + branches: + - kurtosis_ci_fix + types: + - opened + - reopened + - synchronize + - ready_for_review + push: + branches: + - kurtosis_ci_fix @@ -52,6 +52,7 @@ jobs: - name: discord notifications push uses: nobrayner/discord-webhook@v1 + if: ${{ always() }} with: github-token: ${{ secrets.github_token }} discord-webhook: ${{ secrets.DISCORD_WEBHOOK }} \ No newline at end of file