ci: enable cron for environment clean up - #8082
Conversation
|
There was a problem hiding this comment.
Pull request overview
Enables a nightly scheduled run for the existing “environments” GitHub Actions workflow, so the environment cleanup job runs automatically in addition to manual dispatch.
Changes:
- Uncommented/added a
scheduletrigger intended to run at midnight daily. - Kept
workflow_dispatchto allow manual execution.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/environment.yml | Enables a cron schedule trigger for nightly environment cleanup. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Low
|
🤖 Formatting issues have been automatically fixed and committed to this PR. |
Updates our environment clean up command so that it runs every night at midnight