1
0

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
This commit is contained in:
ورد
2025-07-10 09:25:31 +03:00
committed by GitHub
parent 47718a22ee
commit f81728294f

View File

@@ -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..."