Skip to content

ci: disable nightly dev build#152

Open
alxjrvs wants to merge 1 commit into
mainfrom
ci/disable-nightly-build
Open

ci: disable nightly dev build#152
alxjrvs wants to merge 1 commit into
mainfrom
ci/disable-nightly-build

Conversation

@alxjrvs

@alxjrvs alxjrvs commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Summary

Disables the automatic nightly build from the dev branch by commenting out the schedule (cron) trigger in .github/workflows/nightly.yml.

The workflow itself is preserved and can still be triggered manually via workflow_dispatch. Re-enabling automatic nightlies is a one-line uncomment.

Test plan

  • Confirm the Nightly scheduled run no longer appears in the Actions schedule (no cron trigger on the workflow)
  • Confirm the Nightly workflow can still be triggered manually via Run workflow (workflow_dispatch) from the Actions tab
  • Verify no other workflows reference or depend on the nightly schedule

🤖 Generated with Claude Code

Comment out the cron schedule so nightly builds no longer fire
automatically. The workflow remains available via workflow_dispatch
for manual runs and can be re-enabled by uncommenting the schedule.

Co-Authored-By: alxjrvs <alxjrvs@gmail.com>
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