lojoja/Dedupe

Determine whether workflows/jobs/steps can be skipped based on the modified files.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenThe Github authentication token.yes
ignoreWhether to ignore the determination. Used to conditionally force something to run even if it's skippable.nofalse
pathsA YAML sequence of paths to include in the determination.no""
paths_ignoreA YAML sequence of paths to exclude from the determinationno""
paths_namedA YAML mapping with named `paths`/`paths_ignore` conditions. Used to determine skippability for e.g., multiple jobs/steps in a workflow.no""
namedescription
should_skipWhether the run should be skipped.
namedWhether each named condition run should be skipped.