mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 00:25:38 +00:00
Added worklfow_dispatch
This commit is contained in:
parent
01f5a6732f
commit
0482617e02
1
.github/workflows/pr-from-upstream.yml
vendored
1
.github/workflows/pr-from-upstream.yml
vendored
|
@ -2,6 +2,7 @@ name: "Sync with Upstream and Create PR"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue