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 name: Update submodules
on: on:
# At 04:00 on Monday and Thursday. schedule:
schedule: "0 4 * * 1,4" # At 04:00 on Monday and Thursday.
- cron: "0 4 * * 1,4"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
update-submodules: update-submodules: