Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.
This repository was archived by the owner on May 18, 2026. It is now read-only.

Allow skip the whole actions based condition #196

@theowenyoung

Description

@theowenyoung

For my case, some dotfile is only expected to linux system, for now, I have to check every action by where: os.name=="linux"

can we consider some global condition? maybe like:

where: os.name=="linux"
actions:
  - action: command.run
    command: echo

or:

actions:
  - action: skipAll
    where: os.name=="linux"
  - action: command.run
    command: echo 
    

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions