techneg-it/Should run
Decide whether the current workflow should run or not
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch-name | The branch to check | — | ${{ github.ref_name }} |
| github-token | GITHUB_TOKEN | — | ${{ github.token }} |
| override | Workflow runs when this is `true` | — | ${{ github.event_name == 'pull_request' }} |
Outputs
| name | description |
|---|---|
| should-run | Whether the workflow should run or not |