From 12d12a6568fdb4d3da8834cefb7d273c6d758e06 Mon Sep 17 00:00:00 2001 From: Luke Francl Date: Fri, 8 Oct 2021 15:14:36 -0700 Subject: [PATCH] Run once a day --- .github/workflows/sync-linguist.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync-linguist.yml b/.github/workflows/sync-linguist.yml index d66113b..7066e83 100644 --- a/.github/workflows/sync-linguist.yml +++ b/.github/workflows/sync-linguist.yml @@ -6,6 +6,9 @@ on: description: 'Linguist tag override' required: False default: '' + schedule: + # Run once a day to check for new Linguist updates automatically + - cron: '0 20 * * *' jobs: sync-linguist: