From f854bfa6b69c2b4137d22153f395a34dc8c5ea84 Mon Sep 17 00:00:00 2001 From: s3rj1k Date: Tue, 30 Jul 2024 21:57:52 +0200 Subject: [PATCH] [GHA] Fix copy-paste error for `notify-ci-result`. --- .github/actions/notify-ci-result/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/notify-ci-result/action.yml b/.github/actions/notify-ci-result/action.yml index 92dd4b56..83bfe717 100644 --- a/.github/actions/notify-ci-result/action.yml +++ b/.github/actions/notify-ci-result/action.yml @@ -104,7 +104,7 @@ runs: Unit-Tests failed: [#${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}). - name: Notify run tests result to slack if: > - ${{ inputs.for == 'scan_build' && + ${{ inputs.for == 'run_tests' && github.event_name == 'push' && ( github.ref == 'refs/heads/master' ||