mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
fix(ci): update-submodules cron syntax
This commit is contained in:
5
.github/workflows/update-submodules.yml
vendored
5
.github/workflows/update-submodules.yml
vendored
@@ -1,8 +1,9 @@
|
||||
---
|
||||
name: Update submodules
|
||||
on:
|
||||
# At 04:00 on Monday and Thursday.
|
||||
schedule: "0 4 * * 1,4"
|
||||
schedule:
|
||||
# At 04:00 on Monday and Thursday.
|
||||
- cron: "0 4 * * 1,4"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
update-submodules:
|
||||
|
||||
Reference in New Issue
Block a user