mirror of
https://github.com/libreddit/libreddit-instances.git
synced 2025-10-05 23:02:38 +02:00
Update instances automatically every other day
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user