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 have a scenario where we want to skip a certain check for the development environment but not for stage and production. With the current setup (as I understand it from looking at the code here link) skipped check is considered healthy. It would be convient for us to have an option like skipped_checks: true/false (fail if it is set to false as we would like it to be here)
The text was updated successfully, but these errors were encountered:
👋 Hey @adajou! Currently, all of the checks input options apply across all environments. There isn't a way to have a check be skipped in one environment, but not another.
I'm open to pull requests for this feature but it isn't something that I have immediate time to work on right now.
This is what i'm using at the moment as a workaround. Passing all the checks needed for a specific environment. But having the ability to fail on skipped checks would make it much easier. I will propose a PR for this
Details
We have a scenario where we want to skip a certain check for the development environment but not for stage and production. With the current setup (as I understand it from looking at the code here link) skipped check is considered healthy. It would be convient for us to have an option like skipped_checks: true/false (fail if it is set to false as we would like it to be here)
The text was updated successfully, but these errors were encountered: