Skip to content

chore(ci): disable all GitHub Actions workflows on this fork#8

Merged
justingray0 merged 1 commit into
mainfrom
chore/disable-github-workflows
Jun 29, 2026
Merged

chore(ci): disable all GitHub Actions workflows on this fork#8
justingray0 merged 1 commit into
mainfrom
chore/disable-github-workflows

Conversation

@justingray0

Copy link
Copy Markdown
Owner

Summary

Disables all GitHub Actions workflows on this fork by renaming each file under .github/workflows/ to a .yml.disabled suffix. GitHub Actions only recognizes .yml / .yaml files, so the renamed files are ignored entirely — no triggers fire (push, PR, pull_request_target, schedule, or workflow_dispatch).

This stops the noise/cost of fork runs, most notably the scheduled Release job (cron: 0 */3 * * *) that runs every 3 hours and keeps queuing.

Disabled workflows

  • ci.yml (push/PR)
  • deploy-relay.yml (push to main)
  • issue-labels.yml
  • mobile-eas-preview.yml
  • pr-size.yml (pull_request_target)
  • pr-vouch.yml (pull_request_target / issue_comment)
  • release.yml (tag push / schedule / dispatch)

Notes

  • Pure renames, no content changes — re-enabling is just renaming the files back to .yml.
  • This PR may itself trigger the base-branch CI definitions one last time (pull_request uses the base ref's workflow files); those runs are being cancelled out of band.

🤖 Generated with Claude Code

Rename every workflow file under .github/workflows/ to a `.yml.disabled`
suffix so GitHub Actions no longer recognizes them. This stops all
automatic runs on the fork — including the scheduled `Release` job (which
runs every 3 hours and keeps queuing), CI on push/PR, deploy-relay,
issue-labels, mobile EAS preview, and the pr-size / pr-vouch
`pull_request_target` jobs.

Pure renames with no content changes, so re-enabling is just renaming the
files back to `.yml`.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@justingray0 justingray0 merged commit 52cbfb6 into main Jun 29, 2026
2 checks passed
@justingray0 justingray0 deleted the chore/disable-github-workflows branch June 29, 2026 13:09
@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XS labels Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant