Skip to content

Commit c191bea

Browse files
Fix schedule
1 parent fa430a9 commit c191bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-to-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
push:
66
branches:
77
- main
8-
schedule:
9-
- cron: "0 3 * * 4" # Every Thursday at 3am
8+
schedule:
9+
- cron: "0 3 * * 4" # Every Thursday at 3am
1010

1111
permissions:
1212
id-token: write # This is required for Az CLI Login

0 commit comments

Comments
 (0)