ci: add workflow_dispatch
to renovate and mirror
This commit is contained in:
parent
ecad5c9aae
commit
4fb19da661
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
name: mirror
|
name: mirror
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '@daily'
|
- cron: '@daily'
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ on:
|
||||||
- 'renovate/**' # self-test updates
|
- 'renovate/**' # self-test updates
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0/2 * * *'
|
- cron: '0 0/2 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RENOVATE_DRY_RUN: ${{ (github.event_name != 'schedule' && github.ref_name != github.event.repository.default_branch) && 'full' || '' }}
|
RENOVATE_DRY_RUN: ${{ (github.event_name != 'schedule' && github.ref_name != github.event.repository.default_branch) && 'full' || '' }}
|
||||||
|
|
Loading…
Reference in a new issue