Skip to content

if condition for actions. #914

@BoPeng

Description

@BoPeng

We will have to use non-script format of actions if the actions are executed conditionally, something like:

if condition:
    sh(script)

I am wondering if we can provide something like

sh: skip=not condition
   script

so that we can use script format of actions even under conditions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions