Skip to content

Commit

Permalink
fixing tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Jan 30, 2024
1 parent 08ff89c commit 273750e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,10 @@ jobs:
echo "::set-output name=local_codecov::${local_codecov}"
- name: Alert Slack
if: failure()
if: >
(github.event_name == 'schedule'
|| github.event_name == 'workflow_dispatch')
&& failure()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_CHANNEL: "covalent-ci"
Expand Down

0 comments on commit 273750e

Please sign in to comment.