mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2025-04-10 19:15:12 +00:00
Fix check for updates action
Does not seem to work in a single expression.
This commit is contained in:
parent
12e8d54241
commit
5bccde0d96
3
.github/workflows/update.yml
vendored
3
.github/workflows/update.yml
vendored
|
@ -1,7 +1,8 @@
|
||||||
name: Check for updates
|
name: Check for updates
|
||||||
on:
|
on:
|
||||||
schedule: # for scheduling to work this file must be in the default branch
|
schedule: # for scheduling to work this file must be in the default branch
|
||||||
- cron: "00,30 1 * * 5" # Open a PR, then 30 minutes after merge it if the CI passed
|
- cron: "00 1 * * 5" # Open a PR
|
||||||
|
- cron: "30 1 * * 5" # 30 minutes after merge it if the CI passed
|
||||||
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab
|
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue