lowlydba/cron-holiday
Prevents scheduled workflows from running on specified holidays.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| holidays | Comma-separated list of YYYY-MM-DD holiday dates (e.g., 2025-01-01,2025-07-04) | yes | 2025-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 |
| timezone | IANA timezone (e.g., America/New_York). Defaults to UTC. | no | UTC |
| fail-on-holiday | If true, the step will fail when today is a holiday. | no | false |
Outputs
| name | description |
|---|---|
| on_holiday | true if today is a holiday, false otherwise |