Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl committed Mar 21, 2024
1 parent bd34ab1 commit c3e61ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Send message to Slack
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
if: steps.summary.outputs.failed != '0'
if: steps.summary.outputs.fail != '0' || steps.summary.outputs.warn != '0'
with:
channel-id: probation-integration-notifications
payload: |
Expand Down

0 comments on commit c3e61ac

Please sign in to comment.