mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-29 00:55:42 +00:00
WORKFLOW: temprarly disabled the sunday submodule update cron as it's broken
This commit is contained in:
parent
2fcaa063e4
commit
a41bfeda83
4
.github/workflows/submodule-update.yml
vendored
4
.github/workflows/submodule-update.yml
vendored
|
@ -2,8 +2,8 @@ name: Sunday Submodule Update
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# At 4:00 (CET)
|
# At 4:00 (CET)
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: '0 2 * * 0'
|
# - cron: '0 2 * * 0'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue