-
Notifications
You must be signed in to change notification settings - Fork 40
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
CICD isn't working properly #238
Comments
|
This was
linked to
pull requests
Dec 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
About the latest CI changes: "knowing if changes don't break and continuous delivery" has been replaced only by "continuous delivery". Some use cases cause problems:
arm32v7
already takes around 12 minutes and the "Build SDK and Zip" ¹ step takes more 12 minutes, but not every build will be turned into a release;My diagnosis is that the tasks are closely linked. My feature requests are:
skip-ci
flag;¹ The second stage of the
main.yml
workflow.The text was updated successfully, but these errors were encountered: