1
0
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:
Matthew Esposito
2023-06-01 00:31:00 +00:00
committed by GitHub
parent 7be354c8d8
commit 4e4403ace2

View File

@@ -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: