mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools/github actions: schedule automatic metadata update to run hourly
- https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
This commit is contained in:
parent
90199f32b3
commit
87a68b11bc
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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '06 00 * * 1'
|
- cron: '22 * * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue