From 9e6acdbdcc7fd4bb5d131013f3edcf5c96bf437a Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sun, 31 Dec 2023 16:15:02 +0100 Subject: [PATCH] Update ui-components.yml --- .github/workflows/ui-components.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ui-components.yml b/.github/workflows/ui-components.yml index a42f21fb0..a91432122 100644 --- a/.github/workflows/ui-components.yml +++ b/.github/workflows/ui-components.yml @@ -12,6 +12,8 @@ on: - 'package.json' - 'pnpm-workspace.yaml' - 'pnpm-lock.yaml' + schedule: + - cron: '0 0 * * 1' permissions: contents: read # to fetch code (actions/checkout)