diff --git a/.github/workflows/ci-nightly-performance-testing.yaml b/.github/workflows/ci-nightly-performance-testing.yaml index 7611b10d14..d0c291387a 100644 --- a/.github/workflows/ci-nightly-performance-testing.yaml +++ b/.github/workflows/ci-nightly-performance-testing.yaml @@ -59,7 +59,7 @@ jobs: path: ./artillery_report.html - name: "NOTIFY:SLACK:FAILURE" - if: failure() + if: failure() || github.event_name == 'schedule' uses: 8398a7/action-slack@v3 with: status: ${{ job.status }}