net.rpcs3.RPCS3/.github/workflows/pr-from-upstream.yml

10 lines
248 B
YAML
Raw Normal View History

2024-11-05 02:37:17 +00:00
name: "Sync with Upstream and Create PR"
on:
workflow_call:
schedule:
- cron: "30 0 * * *" # Run every day at 00:30 UTC (9:30 JST)
jobs:
2024-11-05 03:16:39 +00:00
upstream-sync:
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main