From 832998a20972e56b9ddf67e9cc57693b732ea36f Mon Sep 17 00:00:00 2001 From: Collin Barrett <6483057+collinbarrett@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:48:56 -0500 Subject: [PATCH] fix(web): shadcnui updater --- .github/workflows/web-shadcn-updater.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/web-shadcn-updater.yml b/.github/workflows/web-shadcn-updater.yml index 832c69292..e5b830934 100644 --- a/.github/workflows/web-shadcn-updater.yml +++ b/.github/workflows/web-shadcn-updater.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: schedule: - cron: "0 21 * * 5" # Fridays at 4pm Memphis (America/Chicago) - - cron: "45 19 * * 0" # TEMP: Sundays at 2:45pm Memphis (America/Chicago) + - cron: "55 19 * * 0" # TEMP: Sundays at 2:55pm Memphis (America/Chicago) permissions: contents: write @@ -24,8 +24,6 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 - with: - cache: npm - name: Install dependencies run: npm install