setup.sh: Remove obsolete 'debug inspect' command from usage text#2454
Conversation
|
Documentation preview for this PR is ready! 🎉 Built with commit: bad5dcb |
|
Interesting, |
We had this "Issue" discussed in the past already. In the protected branch/repo settings we have configured that CI/CD must run in order to allow merging. In this setting you have to choose which workflow has to run and we can only choose the linting one. Otherwise MRs that only have changes to e.g. markdown files will be blocked as the build workflow is listed as requiered but will never run as it is not triggered by changes to only markdown files. The other way this means when hitting "merge if pipeline succeeds" it will only wait for the required ones to pass. I already tried to workaround this behavior (maybe it has changed lately - need to doublecheck) but it always ended in running the whole test suite for every change (which we voted against when discussion the introduction of github actions after the migration). |
|
Thanks for the refresher 👍 |
Description
Fixes #2451
Type of change
Checklist:
docs/)