-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build-cosa: Add scheduled trigger to run weekly on Mondays/Wednesdays #1048
base: main
Are you sure you want to change the base?
Conversation
ravanelli
commented
Oct 21, 2024
- Add a trigger for the Cosa build to execute at least twice a week (Mondays and Wednesdays);
- This ensures regular builds even if no PRs, maintaining build continuity during periods of inactivity.
It needs testing, to see if both triggers can coexist |
0f3d7ae
to
4a6f43a
Compare
- Add a trigger for the Cosa build to execute at least twice a week (Mondays and Wednesdays); - This ensures regular builds even if no PRs, maintaining build continuity during periods of inactivity. Signed-off-by: Renata Ravanelli <[email protected]>
4a6f43a
to
5994a03
Compare
once a week would probably be sufficient if we wanted to simplify it. I would just schedule it for Monday morning, but fine with it the way you have it too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I guess one thing we should also make sure of is that older |
I will try to test it first before we merge it! |
As written, it wouldn't. It would only trigger builds with defaults set for all the parameters (which are set to build from |