actions-marketplace-validations/Deploy Window
Stop GitHub Actions deployments outside of a given time window.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| earliest-hour | The earliest hour to deploy (0-23). Passing 9 will deploy from 9:00 on. | no | 9 |
| latest-hour | The latest hour to deploy (0-23). Passing 15 will deploy until 14:59. | no | 17 |
| latest-weekday | The latest weekday to deploy on (1-7 = mo - su). Passing 5 will deploy until Friday. | no | 5 |
| time-zone | The time zone to apply to the times. | no | UTC |
| force-deploy-phrase | If a commit message contains this phrase, the deployment is forced. | no | force deploy |
Outputs
| name | description |
|---|---|
| deploy_or_not | Whether to deploy or not (yes|no) |