mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools/github actions: decrease automatic metadata update frequency to daily, 22:22 UTC
This commit is contained in:
parent
decc21c819
commit
5e57632438
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-metadata.yml
vendored
2
.github/workflows/update-metadata.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '22 * * * *'
|
||||
- cron: '22 22 * * *'
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue