lowlydba/cron-holiday

Prevents scheduled workflows from running on specified holidays.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
holidaysComma-separated list of YYYY-MM-DD holiday dates (e.g., 2025-01-01,2025-07-04)yes2025-01-01,2025-01-20,2025-02-17,2025-05-26,2025-06-19,2025-07-04,2025-09-01,2025-10-13,2025-11-11,2025-11-27,2025-12-25
timezoneIANA timezone (e.g., America/New_York). Defaults to UTC.noUTC
fail-on-holidayIf true, the step will fail when today is a holiday.nofalse
namedescription
on_holidaytrue if today is a holiday, false otherwise