Skip to content

Commit

Permalink
Merge pull request #1512 from elementary-data/ele-3021-fix-notification
Browse files Browse the repository at this point in the history
Fix notifcation
  • Loading branch information
noaKurman committed May 5, 2024
2 parents d7b1604 + f5509e1 commit 056e9a5
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 056e9a5

Please sign in to comment.