diff --git a/.github/workflows/dependency-ticket-creation.yml b/.github/workflows/dependency-ticket-creation.yml index 3bcb1f1c90..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 */14 * 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: