mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
Allow manual start of action
This commit is contained in:
parent
59c821ba16
commit
fdad94d567
1 changed files with 3 additions and 0 deletions
3
.github/workflows/renovate.yml
vendored
3
.github/workflows/renovate.yml
vendored
|
|
@ -3,6 +3,9 @@ on:
|
|||
schedule:
|
||||
# Run every 4th hour
|
||||
- cron: '0 */4 * * *'
|
||||
# Or run on demand
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue