-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I think we need a very basic CI to run this app (on its settings file), like once a month. Just to see if recent ARMI changes have broken it.
And maybe we run the same integration test every time somebody pushes to main.
Some notes on running a GitHub Actions CI on a schedule:
- Groovy scheduling syntax
- Crontab syntax for running once per month:
0 2 1 * *
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request