From 5a67f275b54b444f7808a480af762769c7926074 Mon Sep 17 00:00:00 2001 From: "kai [they]" Date: Thu, 30 Jan 2025 08:35:39 -0800 Subject: [PATCH] Fix a timezone in a comment (#3687) --- .github/workflows/ci-cron-vulnerability-scans.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cron-vulnerability-scans.yml b/.github/workflows/ci-cron-vulnerability-scans.yml index 7b2c71bca0..5d67199abf 100644 --- a/.github/workflows/ci-cron-vulnerability-scans.yml +++ b/.github/workflows/ci-cron-vulnerability-scans.yml @@ -6,7 +6,7 @@ name: CI Cron Vulnerability Scans on: workflow_dispatch: schedule: - # Run every day at (8am ET, 11am PT) right before the start of the workday + # Run every day at (8am ET, 5am PT) before the start of the workday - cron: "0 12 * * *" jobs: