Skip to content

Commit

Permalink
Fix cron syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Dec 13, 2023
1 parent effb6fc commit 319be5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provider-map-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- vlad/provider-map-gha
workflow_dispatch:
schedule:
- cron: "0 0 0 * *"
- cron: "0 0 * * 0"

jobs:
fetch_warehouse:
Expand Down

0 comments on commit 319be5d

Please sign in to comment.