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:
oib
2026-03-04 15:46:49 +01:00
parent 5534226895
commit 2ec228e826
21 changed files with 42 additions and 0 deletions

View File

@@ -395,3 +395,5 @@ jobs:
echo " - Agent reward system"
echo ""
echo "✅ Agent updates deployed successfully!"
workflow:
disable: true

View File

@@ -168,3 +168,5 @@ jobs:
# Test bash completion
source /usr/local/etc/bash_completion.d/aitbc
echo "Testing completion..."
workflow:
disable: true

View File

@@ -71,3 +71,5 @@ jobs:
- name: Test
run: npm test
workflow:
disable: true

View File

@@ -44,3 +44,5 @@ jobs:
with:
name: cli-coverage-report
path: coverage.xml
workflow:
disable: true

View File

@@ -389,3 +389,5 @@ jobs:
repo: context.repo.repo,
body: summary
});
workflow:
disable: true

View File

@@ -157,3 +157,5 @@ jobs:
echo "✅ $template is valid"
fi
done
workflow:
disable: true

View File

@@ -39,3 +39,5 @@ jobs:
- name: Test
run: npm test
workflow:
disable: true

View File

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

View File

@@ -39,3 +39,5 @@ jobs:
} catch (error) {
console.log('Could not read organization report');
}
workflow:
disable: true

View File

@@ -30,3 +30,5 @@ jobs:
with:
name: link-check-results
path: lychee/out.md
workflow:
disable: true

View File

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

View File

@@ -186,3 +186,5 @@ jobs:
- name: Performance baseline
run: |
python scripts/performance_baseline.py --environment=${{ github.event.inputs.environment || 'staging' }}
workflow:
disable: true

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -32,3 +32,5 @@ jobs:
- name: Test (pytest)
run: poetry run pytest
workflow:
disable: true

View File

@@ -344,3 +344,5 @@ jobs:
} catch (error) {
console.log('Could not read security summary:', error.message);
}
workflow:
disable: true