From dd49a7301f1efa6daba5abbe49e2a22723e3c789 Mon Sep 17 00:00:00 2001 From: Michael Dulude Date: Wed, 26 Feb 2025 14:57:03 -0500 Subject: [PATCH] Update weekly_html_accessibility_check.yml Changed scheduled execution time from Sundays at 0400 UTC to Sundays at 0600 UTC --- .github/workflows/weekly_html_accessibility_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly_html_accessibility_check.yml b/.github/workflows/weekly_html_accessibility_check.yml index f243ebd8..2191d5b4 100644 --- a/.github/workflows/weekly_html_accessibility_check.yml +++ b/.github/workflows/weekly_html_accessibility_check.yml @@ -1,7 +1,7 @@ name: Weekly HTML Accessibility Check on: schedule: - - cron: '0 4 * * 0' # 0400 UTC every Sunday + - cron: '0 6 * * 0' # 0600 UTC every Sunday workflow_dispatch: inputs: total_error_limit: