mirror of
https://github.com/RetroDECK/org.solarus_games.solarus.Launcher.git
synced 2025-01-31 06:45:39 +00:00
Temporary disabled auto updater until it will be fixed
This commit is contained in:
parent
fb33470238
commit
82996654bd
4
.github/workflows/pr-from-upstream.yml
vendored
4
.github/workflows/pr-from-upstream.yml
vendored
|
@ -3,8 +3,8 @@ name: "Sync with Upstream and Create PR"
|
|||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST)
|
||||
# schedule:
|
||||
# - cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST)
|
||||
|
||||
jobs:
|
||||
upstream-sync:
|
||||
|
|
Loading…
Reference in a new issue