Skip to content

Commit 4fbcc01

Browse files
authored
chore: update cron schedule for Medusa workflow
Change cron schedule to run every day at 9 AM UTC.
1 parent e0fa322 commit 4fbcc01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-medusa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update Medusa
33

44
on:
55
schedule:
6-
- cron: "0 9 * * 1" # Every Monday at 9 AM UTC
6+
- cron: "0 9 * * *"
77
workflow_dispatch: # Allow manual runs
88

99
jobs:
@@ -21,4 +21,4 @@ jobs:
2121
uses: medusajs/medusa-update-action@v1
2222
with:
2323
github-token: ${{ secrets.GITHUB_TOKEN }}
24-
24+

0 commit comments

Comments
 (0)