-
Notifications
You must be signed in to change notification settings - Fork 11
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
[CI] Restore release assets #51
Conversation
7c51d38
to
8b5b191
Compare
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.
looks great !
did you manage it test it ? ^^
.github/workflows/main.yml
Outdated
@@ -1,7 +1,5 @@ | |||
name: OctoBot-Binary-CI | |||
on: | |||
schedule: | |||
- cron: '0 5 * * 1' # every monday at 5am |
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.
why removing the cron job ?
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.
Because it cannot be used anymore if we don't push to an external storage.
Otherwise, we can build it for fun.
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.
the idea is also to check that builds keep working, I think we should keep it and not upload binaries
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.
ok
How would you like me to have tested it? It's not possible without releasing :/ |
right :/ |
8b5b191
to
e0f5690
Compare
No description provided.