mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Workflows: disabled emulators update checker pipeline [skip ci]
This commit is contained in:
parent
4f346a5018
commit
07526be3bf
4
.github/workflows/emulator-updates.yaml
vendored
4
.github/workflows/emulator-updates.yaml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: Check Emulator Updates
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 18 * * *' # Controlla ogni giorno alle 18:00 UTC (3:00 JST)
|
||||
# schedule:
|
||||
# - cron: '0 18 * * *'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Reference in a new issue