From d4e60f740f9a193b7043907dc9eb09f83520217b Mon Sep 17 00:00:00 2001 From: Michael Cousins Date: Tue, 2 Apr 2024 09:02:01 -0400 Subject: [PATCH] ci: run weekly check with latest svelte versions (#344) --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab433cc..be47107 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,9 @@ on: branches: [main, next] pull_request: branches: [main, next] + schedule: + # Tuesdays at 14:45 UTC (10:45 EST) + - cron: 45 14 * * 1 concurrency: group: ${{ github.workflow }}-${{ github.ref }}