mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
schedule:
|
||||
- cron: '@daily'
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ on:
|
|||
- 'renovate/**' # self-test updates
|
||||
schedule:
|
||||
- cron: '0 0/2 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
RENOVATE_DRY_RUN: ${{ (github.event_name != 'schedule' && github.ref_name != github.event.repository.default_branch) && 'full' || '' }}
|
||||
|
|
Loading…
Reference in a new issue