Skip to content

Disable GitHub Actions workflows pending review#675

Open
eredi93 wants to merge 1 commit into
masterfrom
eredi93/disable-actions-workflows
Open

Disable GitHub Actions workflows pending review#675
eredi93 wants to merge 1 commit into
masterfrom
eredi93/disable-actions-workflows

Conversation

@eredi93
Copy link
Copy Markdown
Member

@eredi93 eredi93 commented Jun 2, 2026

Why?

GitHub Actions is being enabled across the organisation. To prevent workflows from triggering automatically the moment Actions is switched on — before they have been reviewed for correctness and security — this PR relocates them out of the active workflows directory.

How?

Workflow files are moved from .github/workflows/ to .github/workflows-disabled/. No workflow logic is changed. Re-enabling a specific workflow later means moving its file back into .github/workflows/ after completing the appropriate safety review.

Generated with Claude Code

Move .github/workflows/*.yml(.yaml) to .github/workflows-disabled/ to neutralize
them ahead of the org-wide GitHub Actions enablement. Restore via the
re-enable-workflow process when a workflow is intentionally re-enabled.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@eredi93 eredi93 self-assigned this Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant