CI: allow workflow 'package updates' to be triggered manually
This commit is contained in:
parent
a182182d8e
commit
5dfac1d75b
1
.github/workflows/package_updates.yml
vendored
1
.github/workflows/package_updates.yml
vendored
@ -3,6 +3,7 @@ name: Package updates
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */1 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update:
|
||||
|
Loading…
Reference in New Issue
Block a user