Skip to content

Commit

Permalink
HOTFIX - Fix dependency ticket cron to run every week (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreycarvalho authored Dec 10, 2024
1 parent e15b799 commit d78a365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-ticket-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d78a365

Please sign in to comment.