mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
github/submodule-update: Use single 0
in cron spec
Just in case that `00` was the issue. It ran fine with `10 * * * *`.
This commit is contained in:
parent
06d83399c0
commit
414f9d8dae
2
.github/workflows/submodule-update.yml
vendored
2
.github/workflows/submodule-update.yml
vendored
@ -3,7 +3,7 @@ name: Submodule Updates
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '00 12 * * *'
|
||||
- cron: '0 12 * * *'
|
||||
|
||||
jobs:
|
||||
check_submodules:
|
||||
|
2
FDevIDs
2
FDevIDs
@ -1 +1 @@
|
||||
Subproject commit 3fd5d202e529c52748b1e9b94433262810f6e295
|
||||
Subproject commit 726fb91654edb020491e57ce8c07041296645cd0
|
Loading…
x
Reference in New Issue
Block a user