mirror of
https://github.com/RetroDECK/org.solarus_games.solarus.Launcher.git
synced 2024-11-21 12:45:38 +00:00
XargonWan
fb33470238
Some checks failed
Build Artifacts for RetroDECK main manifest / build-project (push) Has been cancelled
11 lines
269 B
YAML
11 lines
269 B
YAML
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)
|
|
|
|
jobs:
|
|
upstream-sync:
|
|
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main |