fix(ci): update-submodules cron syntax

This commit is contained in:
2024-12-25 15:30:49 +02:00
committed by GitHub
parent cca265cd99
commit 1f1a6d42ad

View File

@@ -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: