mirror of
https://github.com/RetroDECK/org.solarus_games.solarus.Launcher.git
synced 2025-04-10 19:15:15 +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:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST)
|
# - cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
upstream-sync:
|
upstream-sync:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue