actions-marketplace-validations/No Deploy On Friday

This action aims to codify the unwritten rules like "No Deployments on Friday".

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
NO_DEPLOYMENT_DAYSA comma delimited list of weekdays that we do not deploy on. Defaults to `"Friday, Saturday, Sunday"`.noFRIDAY, SATURDAY, SUNDAY
TZThe 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`.noUTC
COUNTRYThe country of origin. This determines which the national holiday calendar to use. Defaults to "`US`"noUS
HOLIDAYSWhether 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`"notrue

no outputs