ronymeyer/Workflow Checker
Check if there are any other pending or in progress workflows for given runner lable
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN | yes | — |
| currentRunId | The run id of the current runner, required to exclude from results, pass in github.run_id | yes | — |
| runnerLabel | Lable to be checked for other running workflows | yes | — |
Outputs
| name | description |
|---|---|
| foundRunningJob | true if other running jobs have been found, false otherwise |