Skip to content

Commit

Permalink
fix: typo in e2e workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
KrijnL committed Aug 26, 2024
1 parent 6469c49 commit 150dc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Slack Notification on failure
uses: rtCamp/action-slack-notify@v2
if: github.event_name !== 'pull_request' && steps.set_test_outputs.outputs.FAILED_TESTS > 0
if: github.event_name != 'pull_request' && steps.set_test_outputs.outputs.FAILED_TESTS > 0
env:
SLACK_CHANNEL: engineering-alerts
SLACK_COLOR: failure
Expand Down

0 comments on commit 150dc46

Please sign in to comment.