Skip to content

Commit

Permalink
chore(ci): update update-submodules schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ivuorinen authored Dec 25, 2024
1 parent cc6abb5 commit cca265c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: Update submodules
on:
schedule: [{ cron: 0 3 * * * }]
# At 04:00 on Monday and Thursday.
schedule: "0 4 * * 1,4"
workflow_dispatch:
jobs:
update-submodules:
Expand Down

0 comments on commit cca265c

Please sign in to comment.