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
|
name: update dependencies
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '@daily'
|
- cron: '0 0 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
jobs:
|
jobs:
|
||||||
update-deps:
|
update-deps:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue