Skip to content

Commit

Permalink
event_name
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Apr 25, 2024
1 parent 59d3260 commit d5289b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
fi
- name: Notify Slack on Failure
if: failure() && github.event == 'push' && github.ref == 'refs/heads/develop'
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/develop'
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
Expand Down

0 comments on commit d5289b9

Please sign in to comment.