tenzer/Block Old Workflow Rerun
GitHub Action to block rerunning an outdated workflow run
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub API token, used for getting information about the workflow run | yes | ${{ github.token }} |
| branch | Limit checks to only be against workflow runs for a specific branch | yes | "" |
| fail-on-old-rerun | Fail the workflow in case this is a rerun of an old workflow run | yes | true |
Outputs
| name | description |
|---|---|
| allowed | Boolean value to say if the run should be allowed (true) or not (false) |