Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
tnsardesai committed Sep 17, 2024
1 parent 0bced86 commit 34f4342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify-ci-status.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Notify CI status

on: status
on: push

jobs:
print_context:
Expand All @@ -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:
Expand Down

0 comments on commit 34f4342

Please sign in to comment.