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
There are instances where you'd like the continue-on-error field in a job to reference a matrix variable for example that can itself be true or false. However, with the current type being Optional Bool, there's no way to take-in a \${{matrix.blah}} Text/String.
I thought about adding a PR, but wanted to throw up an issue first and get your thoughts.
The text was updated successfully, but these errors were encountered:
@regadas no worries at all. Yeah, I'm in the midst of a paper deadline, but maybe if I get some time in between or after for sure. I've already been talking to @joedevivo about it as we start using more dhall for our CI generation at work :).
There are instances where you'd like the
continue-on-error
field in a job to reference a matrix variable for example that can itself be true or false. However, with the current type beingOptional Bool
, there's no way to take-in a\${{matrix.blah}}
Text/String.I thought about adding a PR, but wanted to throw up an issue first and get your thoughts.
The text was updated successfully, but these errors were encountered: