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:
2
.github/workflows/agent-contributions.yml
vendored
2
.github/workflows/agent-contributions.yml
vendored
@@ -395,3 +395,5 @@ jobs:
|
||||
echo " - Agent reward system"
|
||||
echo ""
|
||||
echo "✅ Agent updates deployed successfully!"
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/build-macos-packages.yml
vendored
2
.github/workflows/build-macos-packages.yml
vendored
@@ -168,3 +168,5 @@ jobs:
|
||||
# Test bash completion
|
||||
source /usr/local/etc/bash_completion.d/aitbc
|
||||
echo "Testing completion..."
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -71,3 +71,5 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: npm test
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/cli-tests.yml
vendored
2
.github/workflows/cli-tests.yml
vendored
@@ -44,3 +44,5 @@ jobs:
|
||||
with:
|
||||
name: cli-coverage-report
|
||||
path: coverage.xml
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/comprehensive-tests.yml
vendored
2
.github/workflows/comprehensive-tests.yml
vendored
@@ -389,3 +389,5 @@ jobs:
|
||||
repo: context.repo.repo,
|
||||
body: summary
|
||||
});
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/configuration-security.yml
vendored
2
.github/workflows/configuration-security.yml
vendored
@@ -157,3 +157,5 @@ jobs:
|
||||
echo "✅ $template is valid"
|
||||
fi
|
||||
done
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/contracts-ci.yml
vendored
2
.github/workflows/contracts-ci.yml
vendored
@@ -39,3 +39,5 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: npm test
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/dotenv-check.yml
vendored
2
.github/workflows/dotenv-check.yml
vendored
@@ -251,3 +251,5 @@ jobs:
|
||||
echo "- **Linter**: \`python scripts/focused_dotenv_linter.py\`" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- **Auto-fix**: \`python scripts/focused_dotenv_linter.py --fix\`" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- **Verbose**: \`python scripts/focused_dotenv_linter.py --verbose\`" >> $GITHUB_STEP_SUMMARY
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/file-organization.yml
vendored
2
.github/workflows/file-organization.yml
vendored
@@ -39,3 +39,5 @@ jobs:
|
||||
} catch (error) {
|
||||
console.log('Could not read organization report');
|
||||
}
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/markdown-link-check.yml
vendored
2
.github/workflows/markdown-link-check.yml
vendored
@@ -30,3 +30,5 @@ jobs:
|
||||
with:
|
||||
name: link-check-results
|
||||
path: lychee/out.md
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/phase8-integration.yml
vendored
2
.github/workflows/phase8-integration.yml
vendored
@@ -46,3 +46,5 @@ jobs:
|
||||
run: |
|
||||
cd apps/coordinator-api
|
||||
python -m pytest tests/test_phase8_optional_endpoints.py -v --tb=short --disable-warnings
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/production-deploy.yml
vendored
2
.github/workflows/production-deploy.yml
vendored
@@ -186,3 +186,5 @@ jobs:
|
||||
- name: Performance baseline
|
||||
run: |
|
||||
python scripts/performance_baseline.py --environment=${{ github.event.inputs.environment || 'staging' }}
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
@@ -312,3 +312,5 @@ jobs:
|
||||
git add packages/github/packages/PACKAGE_INDEX.md
|
||||
git diff --staged --quiet || git commit -m "Update package index for version ${{ github.ref_name || github.event.inputs.version }}"
|
||||
git push
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -564,3 +564,5 @@ jobs:
|
||||
git add packages/github/NATIVE_PACKAGES_GUIDE.md
|
||||
git diff --staged --quiet || git commit -m "Add native packages guide for version ${{ steps.version.outputs.VERSION || '0.1.0' }}"
|
||||
git push
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/publish-npm-packages.yml
vendored
2
.github/workflows/publish-npm-packages.yml
vendored
@@ -67,3 +67,5 @@ jobs:
|
||||
cd packages/js/aitbc-sdk
|
||||
echo "Dry run complete - package built and checked but not published"
|
||||
npm pack --dry-run
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
@@ -457,3 +457,5 @@ jobs:
|
||||
git add packages/github/PACKAGES_REGISTRY_GUIDE.md
|
||||
git diff --staged --quiet || git commit -m "Add GitHub Packages registry guide"
|
||||
git push
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/publish-packages.yml
vendored
2
.github/workflows/publish-packages.yml
vendored
@@ -212,3 +212,5 @@ jobs:
|
||||
echo "- Manual approval received" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- Package security scans passed" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- Dedicated publishing tokens used" >> $GITHUB_STEP_SUMMARY
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
@@ -71,3 +71,5 @@ jobs:
|
||||
run: |
|
||||
echo "Dry run complete - packages built and checked but not published"
|
||||
ls -la packages/py/*/dist/
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/python-ci.yml
vendored
2
.github/workflows/python-ci.yml
vendored
@@ -32,3 +32,5 @@ jobs:
|
||||
|
||||
- name: Test (pytest)
|
||||
run: poetry run pytest
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
2
.github/workflows/security-scanning.yml
vendored
2
.github/workflows/security-scanning.yml
vendored
@@ -344,3 +344,5 @@ jobs:
|
||||
} catch (error) {
|
||||
console.log('Could not read security summary:', error.message);
|
||||
}
|
||||
workflow:
|
||||
disable: true
|
||||
|
||||
Reference in New Issue
Block a user