ci: add workflow_dispatch to renovate and mirror

This commit is contained in:
Michael Kriese 2024-08-06 11:34:36 +02:00
parent ecad5c9aae
commit 4fb19da661
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
2 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,8 @@
name: mirror
on:
workflow_dispatch:
schedule:
- cron: '@daily'

View file

@ -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' || '' }}