From 28e9642761caf1cb21e961c60f825672f9cb5a54 Mon Sep 17 00:00:00 2001 From: Roshane Pascual Date: Fri, 3 Jan 2025 09:32:13 -0800 Subject: [PATCH] remove handle_dependabot_version_update step from needs (#2399) --- .github/workflows/health_checks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/health_checks.yml b/.github/workflows/health_checks.yml index c461f282b7..626c320b73 100644 --- a/.github/workflows/health_checks.yml +++ b/.github/workflows/health_checks.yml @@ -296,7 +296,6 @@ jobs: needs: - install - resolve_inputs - - handle_dependabot_version_update runs-on: ubuntu-latest permissions: # This is required so that the step can read the labels on the pull request