mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools/github actions: set daily metdata update workflow to run at 12:31 UTC, add workflow name
This commit is contained in:
parent
e7d081dd46
commit
4f8f2ecac8
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update-metadata.yml
vendored
4
.github/workflows/update-metadata.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: daily metadata update
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '01 12 * * 1'
|
||||
- cron: '31 12 * * 1'
|
||||
|
||||
jobs:
|
||||
test_schedule:
|
||||
|
|
|
|||
Loading…
Reference in a new issue