mirror of
https://github.com/oxalica/nil.git
synced 2025-12-23 09:19:49 +00:00
Reduce check frequency for outdated dependencies
This commit is contained in:
parent
c7453bb3ea
commit
9a3f88c471
1 changed files with 1 additions and 2 deletions
3
.github/workflows/future-proof.yaml
vendored
3
.github/workflows/future-proof.yaml
vendored
|
|
@ -3,9 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'ci'
|
||||
schedule:
|
||||
- cron: '23 1 * * *' # *-*-* 01:23:00 UTC
|
||||
- cron: '23 1 * * 0' # Sun *-*-* 01:23:00 UTC
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue