Replies: 3 comments
|
Hi @elpadi , You could comment it in the config? I don't think there is anything wrong with that. |
0 replies
|
Commenting it out is an option, but if you are using testsuites, this could result in an issue. |
0 replies
Yes, YAML allows comments by prepending a #. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, loving this project so far. I updated the tasks I'm using and one of them seems to have pushed a botched release with a type error in there. I was hoping there would be an easy way to temporarily disable the task, something very simple, clear, and easy to revert, like adding
disabled: trueto the task config.My "solution" was to comment out the lines for the task in the config. So I'm just asking if there is better way to do it, or requesting the feature if it does not exist.
Thanks
All reactions