wipacrepo/Recent run check
Outputs a boolean if this workflow or job ran recently on this branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scope | 'job' or 'workflow' — whether to detect recent runs at job level or workflow level | no | job |
| window-seconds | Number of seconds that counts as 'recent' | no | 600 |
| always-false-on-default-branch | If true, always output false when running on the repo's default branch | no | true |
Outputs
| name | description |
|---|---|
| ran_recently | true or false |