actions-marketplace-validations/No Deploy On Friday
This action aims to codify the unwritten rules like "No Deployments on Friday".
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| NO_DEPLOYMENT_DAYS | A comma delimited list of weekdays that we do not deploy on. Defaults to `"Friday, Saturday, Sunday"`. | no | FRIDAY, SATURDAY, SUNDAY |
| TZ | The timezone name. See Wikipedia for the complete list of timezone names: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. Defaults to `UTC`. | no | UTC |
| COUNTRY | The country of origin. This determines which the national holiday calendar to use. Defaults to "`US`" | no | US |
| HOLIDAYS | Whether to prevent deployments on national holidays. This depends on the `COUNTRY` input. This is applied in addition to the "`NO_DEPLOYMENT_DAYS`" input. Defaults to "`true`" | no | true |
Outputs
no outputs