mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
WORKFLOW: disabled emulator update check on min push [skip ci]
This commit is contained in:
parent
a353f8469c
commit
24bc43eb51
6
.github/workflows/emulator-updates.yaml
vendored
6
.github/workflows/emulator-updates.yaml
vendored
|
@ -3,9 +3,9 @@ name: Check Emulator Updates
|
||||||
on:
|
on:
|
||||||
# schedule:
|
# schedule:
|
||||||
# - cron: '0 18 * * *'
|
# - cron: '0 18 * * *'
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue