Skip to content

Commit

Permalink
Fix notifcation
Browse files Browse the repository at this point in the history
  • Loading branch information
noaKurman committed May 5, 2024
1 parent d7b1604 commit f5509e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
always() &&
! cancelled() &&
! contains(needs.test.result, 'success') &&
! contains(needs.test.result, 'cancelled')
! contains(needs.test.result, 'cancelled') &&
${{ github.event_name == 'schedule' }}
uses: ./.github/workflows/notify_slack.yml
with:
Expand Down

0 comments on commit f5509e1

Please sign in to comment.