From 852ea80e798720010a2ba4f32a29715faa8f0146 Mon Sep 17 00:00:00 2001 From: Corey Carvalho <44616801+coreycarvalho@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:04:45 -0500 Subject: [PATCH] Update comment --- .github/workflows/dependency-ticket-creation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-ticket-creation.yml b/.github/workflows/dependency-ticket-creation.yml index 808edc46c2..5d21dfb5ef 100644 --- a/.github/workflows/dependency-ticket-creation.yml +++ b/.github/workflows/dependency-ticket-creation.yml @@ -2,7 +2,7 @@ name: Biweekly Dependency Ticket Creation on: schedule: - - cron: "0 13 * * 1" # Runs every two weeks on Monday at 09:00 ET (which is 13:00 UTC) + - cron: "0 13 * * 1" # Runs every week on Monday at 09:00 ET (which is 13:00 UTC) jobs: create_issue: