From 921b8ca36bca49b1edfca24e2ace49e5272f8a21 Mon Sep 17 00:00:00 2001 From: ykim-1 Date: Fri, 27 Sep 2024 10:50:49 -0700 Subject: [PATCH] gha test 2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5b8bbcd5..83380bb35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: notify-slack: runs-on: ubuntu-latest needs: [test] - if: always() # Run even if integration tests fail and only on main repository + if: always() && github.repository == 'linode/linodego' # Run even if integration tests fail and only on main repository steps: - name: Notify Slack @@ -106,7 +106,7 @@ jobs: "fields": [ { "type": "mrkdwn", - "text": "*Build Result:*\n${{ needs.test.outcome == 'success' && ':large_green_circle: Build Passed' || ':red_circle: Build Failed' }}" + "text": "*Build Result:*\n${{ needs.test.result == 'success' && ':large_green_circle: Build Passed' || ':red_circle: Build Failed' }}" }, { "type": "mrkdwn",