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
The main problem seems to be that we are filtering out changes to markdown and other text files (including workflow defs) from testing so if that's all that is changed CI waits for ever.
We probably need to
add markdown lint (passing but warning, with an appropriate config)
add a catch-all no-code-affected report matching the required flow name(s) so the nothing failed state always returns something
The Mandatory CI testing blocks waiting for return for some changes such as updates to workflows (e.g. #1286 ) and prevents merging.
We need to handle untested changes or develop tests.
The text was updated successfully, but these errors were encountered: