Skip to content

Commit

Permalink
Fix error in periodic CI configuration
Browse files Browse the repository at this point in the history
The keyword for if is failure, not failed.
  • Loading branch information
rra committed Aug 19, 2024
1 parent e695f03 commit 5415cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
use-cache: false

- name: Report status
if: failed()
if: failure()
uses: ravsamhq/notify-slack-action@v2
with:
status: ${{ job.status }}
Expand Down

0 comments on commit 5415cee

Please sign in to comment.