From f9ed8023949980d883294af1ea0cf0ed7a52efe7 Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Sat, 11 Mar 2023 23:47:11 -0500 Subject: [PATCH] Set schedule for checking tags and building --- .github/workflows/check-tags.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-tags.yml b/.github/workflows/check-tags.yml index 21bf162..353e6ea 100644 --- a/.github/workflows/check-tags.yml +++ b/.github/workflows/check-tags.yml @@ -2,6 +2,9 @@ name: Check Tags on: workflow_dispatch: + schedule: + # Run every day at 12:00am and 12:00pm UTC + - cron: '0 0,12 * * *' jobs: check-tags: