mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
WORKFLOW: disabled cron on submodule-update.yml [skip ci]
This commit is contained in:
parent
7d9c44ce6f
commit
5087cadb78
4
.github/workflows/submodule-update.yml
vendored
4
.github/workflows/submodule-update.yml
vendored
|
@ -2,8 +2,8 @@ name: Sunday Submodule Update
|
|||
|
||||
on:
|
||||
# At 4:00 (CET)
|
||||
schedule:
|
||||
- cron: '0 2 * * 0'
|
||||
#schedule:
|
||||
# - cron: '0 2 * * 0'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue