Context
Stackbilt-dev org is using 523 min/month of GitHub Actions (2,000 free tier). Charter alone consumes 261 minutes (50%) because it has 4 governance/check workflows that all fire on push:
.github/workflows/charter-governance.yml
.github/workflows/governance.yml
.github/workflows/governance-scorecard.yml
.github/workflows/ci.yml
.github/workflows/release.yml
Question
Are charter-governance.yml, governance.yml, and governance-scorecard.yml all necessary, or can they be consolidated into a single workflow? The naming suggests potential overlap.
Action Items
Context
Stackbilt-dev org is using 523 min/month of GitHub Actions (2,000 free tier). Charter alone consumes 261 minutes (50%) because it has 4 governance/check workflows that all fire on push:
.github/workflows/charter-governance.yml.github/workflows/governance.yml.github/workflows/governance-scorecard.yml.github/workflows/ci.yml.github/workflows/release.ymlQuestion
Are
charter-governance.yml,governance.yml, andgovernance-scorecard.ymlall necessary, or can they be consolidated into a single workflow? The naming suggests potential overlap.Action Items