Skip to content

Disable GitHub Actions workflows ahead of org-wide enablement#21

Merged
eredi93 merged 1 commit into
masterfrom
eredi93/disable-actions-workflows
Jun 3, 2026
Merged

Disable GitHub Actions workflows ahead of org-wide enablement#21
eredi93 merged 1 commit into
masterfrom
eredi93/disable-actions-workflows

Conversation

@eredi93
Copy link
Copy Markdown
Member

@eredi93 eredi93 commented Jun 2, 2026

Why?

This repository is not currently on the org's GitHub Actions allowlist. As part of enabling GitHub Actions org-wide (switching from enabled_repositories: selected to enabled_repositories: all), workflows need to be preemptively disabled so they do not run automatically the moment the policy change takes effect.

How?

Workflow files are moved from .github/workflows/ to .github/workflows-disabled/. No workflow logic is changed — files are only relocated. GitHub Actions only discovers workflows under .github/workflows/, so this relocation is sufficient to disable them.

To re-enable a specific workflow later, move its file back into .github/workflows/ following the standard re-enable 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
Copy link
Copy Markdown

@normprovost normprovost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified: pure rename of .github/workflows -> .github/workflows-disabled (1 files, no content changes). Auto-approved.

@eredi93 eredi93 merged commit 1af12b1 into master Jun 3, 2026
2 checks passed
@eredi93 eredi93 deleted the eredi93/disable-actions-workflows branch June 3, 2026 18:09
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.

2 participants