PDLPorters / devops

2 stars 0 forks source link

Simplify actions by using built-in conditional execution #25

Closed zmughal closed 2 years ago

zmughal commented 2 years ago

Conditional execution has now been implemented for composite actions.

From https://github.com/actions/runner/issues/834#issuecomment-961183560

Runner v2.284.0 and with it, conditional execution of composite actions is available across all hosted and self-hosted runners on github.com.

mohawk2 commented 2 years ago

Is this something we'd really gain from? If not, is this done? :-)

zmughal commented 2 years ago

Not really. Just cleaner looking. And there would still be parts of the config where the conversion can not be done since the GitHub Actions runner evaluates at the wrong time.