From ca0a2cb0def8176fe94d2441602e958d5d0cc21d Mon Sep 17 00:00:00 2001 From: Deepak Bhagat Date: Fri, 17 Jul 2026 23:21:12 +0530 Subject: [PATCH] fix(ci): remove empty step in program-classification-validator workflow The 'Checkout repository' step had no uses or run, which is invalid and made GitHub reject the workflow (workflow file issue), so every run failed before executing. Removed the empty step; the github-script step does not need a checkout. Signed-off-by: Deepak Bhagat --- .github/workflows/program-classification-validator.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/program-classification-validator.yml b/.github/workflows/program-classification-validator.yml index 923cbc0046..3a31644cc2 100644 --- a/.github/workflows/program-classification-validator.yml +++ b/.github/workflows/program-classification-validator.yml @@ -27,8 +27,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout repository - # No checkout/setup-node needed for actions/github-script-only workflow - name: Validate classification uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #v9.0.0 env: