You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to improve our CI to allow adding new config.
The workflow should be:
If the app already exists in main branch:
- get md5sum of app in main branch
- get md5sum of app in pull request branch
- compare
- if it's the same value, stop the CI
- if it's a different value, launch tests
If the app doesn't exist in main branch
- get md5sum of app in main branch, not exist
- no need to get md5sum of app in pull request branch
- nothing to compare, launch tests
The text was updated successfully, but these errors were encountered:
Following discussion in
We need to improve our CI to allow adding new config.
The workflow should be:
The text was updated successfully, but these errors were encountered: