diff --git a/.github/workflows/health-check.yaml b/.github/workflows/health-check.yaml index 987110cbcb..c51d8a320e 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