diff --git a/.github/workflows/healthCheck.yml b/.github/workflows/healthCheck.yml index fd762b1..f56c59b 100644 --- a/.github/workflows/healthCheck.yml +++ b/.github/workflows/healthCheck.yml @@ -1,24 +1,24 @@ -name: "[운영] 헬스체크" - -on: - schedule: - - cron: "0 0 */3 * *" - -jobs: - healthcheck: - runs-on: ubuntu-latest - steps: - - name: API Health Check - id: health_check - uses: jtalk/url-health-check-action@v3 - with: - url: ${{ secrets.BASE_URI_PROD }} - max-attempts: 3 - retry-delay: 1s - - - name: Discord Webhook Action - if: always() - uses: tsickert/discord-webhook@v5.3.0 - with: - webhook-url: ${{ secrets.WEBHOOK_URL }} - content: ${{ job.status }} +#name: "[운영] 헬스체크" +# +#on: +# schedule: +# - cron: "0 0 */3 * *" +# +#jobs: +# healthcheck: +# runs-on: ubuntu-latest +# steps: +# - name: API Health Check +# id: health_check +# uses: jtalk/url-health-check-action@v3 +# with: +# url: ${{ secrets.BASE_URI_PROD }} +# max-attempts: 3 +# retry-delay: 1s +# +# - name: Discord Webhook Action +# if: always() +# uses: tsickert/discord-webhook@v5.3.0 +# with: +# webhook-url: ${{ secrets.WEBHOOK_URL }} +# content: ${{ job.status }}