chore(workflows): disable all GitHub Actions workflows
- Add `workflow: disable: true` to 23 workflow files to temporarily disable CI/CD automation - Affects agent-contributions, build-macos-packages, ci, cli-tests, comprehensive-tests, configuration-security, contracts-ci, dotenv-check, file-organization, markdown-link-check, phase8-integration, production-deploy, publish-github-packages, publish-native-packages-simple, publish-native-packages, publish-npm-packages, publish-packages-to-registry
This commit is contained in:
@@ -209,3 +209,5 @@ jobs:
|
||||
git add packages/github/NATIVE_PACKAGES_STATUS.md
|
||||
git diff --staged --quiet || git commit -m "Update native packages status for v${{ steps.version.outputs.VERSION || '0.1.0' }}"
|
||||
git push
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
Reference in New Issue
Block a user