lojoja/Dedupe
Determine whether workflows/jobs/steps can be skipped based on the modified files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The Github authentication token. | yes | — |
| ignore | Whether to ignore the determination. Used to conditionally force something to run even if it's skippable. | no | false |
| paths | A YAML sequence of paths to include in the determination. | no | "" |
| paths_ignore | A YAML sequence of paths to exclude from the determination | no | "" |
| paths_named | A YAML mapping with named `paths`/`paths_ignore` conditions. Used to determine skippability for e.g., multiple jobs/steps in a workflow. | no | "" |
Outputs
| name | description |
|---|---|
| should_skip | Whether the run should be skipped. |
| named | Whether each named condition run should be skipped. |