From 34f4342e8ebf5f45138eea08d833bf8099c9d2b9 Mon Sep 17 00:00:00 2001 From: Tanmay Sardesai Date: Tue, 17 Sep 2024 11:56:20 -0400 Subject: [PATCH] temp --- .github/workflows/notify-ci-status.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify-ci-status.yml b/.github/workflows/notify-ci-status.yml index eb7202c..89da855 100644 --- a/.github/workflows/notify-ci-status.yml +++ b/.github/workflows/notify-ci-status.yml @@ -1,6 +1,6 @@ name: Notify CI status -on: status +on: push jobs: print_context: @@ -11,7 +11,7 @@ jobs: run: echo $EVENT_CONTEXT call-workflow: if: >- - github.event.commit.[0].name == 'master' && + github.event.branches[0].name == 'master' && (github.event.state == 'error' || github.event.state == 'failure') uses: Clever/ci-scripts/.github/workflows/reusable-notify-ci-status.yml@master secrets: