From 5415cee0868d1648c19ef0bfbf77e51b4ebe6682 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 19 Aug 2024 08:50:20 -0700 Subject: [PATCH] Fix error in periodic CI configuration The keyword for if is failure, not failed. --- .github/workflows/periodic-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodic-ci.yaml b/.github/workflows/periodic-ci.yaml index 12c89a77b..25d1560e5 100644 --- a/.github/workflows/periodic-ci.yaml +++ b/.github/workflows/periodic-ci.yaml @@ -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 }}