From d5289b95efbe170cdfb01e81a0ca00083224bf35 Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Thu, 25 Apr 2024 09:28:22 -0700 Subject: [PATCH] event_name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e20c671779..2307fb52ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -140,7 +140,7 @@ jobs: fi - name: Notify Slack on Failure - if: failure() && github.event == 'push' && github.ref == 'refs/heads/develop' + if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/develop' uses: 8398a7/action-slack@v3 with: status: ${{ job.status }}