From b04e8e1bb72efc8fb720aaf8903c36c9d8f69498 Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Thu, 6 Mar 2025 10:33:44 +0900 Subject: [PATCH] Revert "ci: use require-label action for health-check (#5771)" This reverts commit c8111a0db49ba764c45432ecb86bd51700e8f0e7. --- .github/workflows/health-check.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/health-check.yaml b/.github/workflows/health-check.yaml index 987110cbcb1..c51d8a320e4 100644 --- a/.github/workflows/health-check.yaml +++ b/.github/workflows/health-check.yaml @@ -12,14 +12,14 @@ on: workflow_dispatch: jobs: - require-label: - uses: autowarefoundation/autoware-github-actions/.github/workflows/require-label.yaml@v1 + label-check: + uses: autowarefoundation/autoware-github-actions/.github/workflows/make-sure-label-is-present.yaml@v1 with: label: tag:run-health-check load-env: - needs: require-label - if: ${{ needs.require-label.outputs.result == 'true' || + needs: label-check + if: ${{ needs.label-check.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} uses: ./.github/workflows/load-env.yaml