From f81728294f3cde46fb48316a85d47a140adff413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=88=D8=B1=D8=AF?= Date: Thu, 10 Jul 2025 09:25:31 +0300 Subject: [PATCH] chore: delete meaningless check-mod step ive been always puzzled by what kind of environment is the schema check deploying or why is the deployments api being invoked instead of `check-mods` being a pure check but never actually bothered to read the action --- .github/workflows/check-mod.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/check-mod.yml b/.github/workflows/check-mod.yml index 26e721de..5ae77220 100644 --- a/.github/workflows/check-mod.yml +++ b/.github/workflows/check-mod.yml @@ -149,12 +149,3 @@ jobs: fi fi done < changed_mods.txt - - review-and-approve: - needs: validate # This job will only run after 'validate' completes successfully. - runs-on: ubuntu-latest - environment: - name: mod-review # This is the environment you created earlier. - steps: - - name: Await Approval from Maintainers - run: echo "Waiting for manual approval by maintainers..."