fix(workflow): prevent workflow from crashing
This commit is contained in:
parent
dfeb7aaac4
commit
c10fb1915d
1 changed files with 2 additions and 4 deletions
|
@ -1,11 +1,9 @@
|
|||
name: update dependencies
|
||||
on:
|
||||
schedule:
|
||||
- cron: '@daily'
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
update-deps:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue