mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools/github actions: auto-update metadata every monday at 11:45 UTC
This commit is contained in:
parent
c272c695ed
commit
ea7d306002
1 changed files with 10 additions and 0 deletions
10
.github/workflows/update-metadata.yml
vendored
Normal file
10
.github/workflows/update-metadata.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '45 11 * * 1'
|
||||
|
||||
jobs:
|
||||
test_schedule:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: update projects metadata
|
||||
run: make process
|
||||
Loading…
Reference in a new issue