From 04a79f3d37059e753951bcdd6afed03841b8a259 Mon Sep 17 00:00:00 2001 From: roiLeo Date: Wed, 9 Oct 2024 11:47:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20origin=20health=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/health-check.yaml | 12 ++++++------ .script/health-check.sh | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/health-check.yaml b/.github/workflows/health-check.yaml index 0484e35..b148572 100644 --- a/.github/workflows/health-check.yaml +++ b/.github/workflows/health-check.yaml @@ -13,9 +13,9 @@ jobs: id: health_check run: bash ./.script/health-check.sh - - name: Run Notification - env: - HEALTH_STATUS: ${{ join(steps.health_check.outputs.*, '\n') }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - id: notifcation - run: bash ./.script/notification.sh + # - name: Run Notification + # env: + # HEALTH_STATUS: ${{ join(steps.health_check.outputs.*, '\n') }} + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # id: notifcation + # run: bash ./.script/notification.sh diff --git a/.script/health-check.sh b/.script/health-check.sh index f6f7ed3..7fe4d84 100755 --- a/.script/health-check.sh +++ b/.script/health-check.sh @@ -1,9 +1,9 @@ commit=true origin=$(git remote get-url origin) -if [[ $origin == *roiLeo/open-status* ]] -then - commit=false -fi +# if [[ $origin == *roiLeo/open-status* ]] +# then +# commit=false +# fi FILESARRAY=() KEYSARRAY=()