mirror of
https://github.com/redlib-org/redlib-instances.git
synced 2024-11-13 18:06:15 -05:00
Update instances automatically every other day
This commit is contained in:
parent
7be354c8d8
commit
4e4403ace2
1
.github/workflows/update-instances.yml
vendored
1
.github/workflows/update-instances.yml
vendored
@ -7,6 +7,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
workflow_dispatch: # run on manual trigger
|
workflow_dispatch: # run on manual trigger
|
||||||
|
schedule: [{cron: "0 0 */2 * *"}] # Run every other day
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
Loading…
Reference in New Issue
Block a user