From badfadc523edece56f5fa0d21abb4ddd76b11998 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Wed, 13 Sep 2023 16:59:26 +0200 Subject: [PATCH] Update .github/workflows/installation-tips-test.yml --- .github/workflows/installation-tips-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installation-tips-test.yml b/.github/workflows/installation-tips-test.yml index 64a4e45270..0e522e6baa 100644 --- a/.github/workflows/installation-tips-test.yml +++ b/.github/workflows/installation-tips-test.yml @@ -3,7 +3,7 @@ name: Creates Conda Install for Installation Tips on: workflow_dispatch: schedule: - - cron: "0 12 * * *" # Daily at noon UTC + - cron: "0 12 * * 0" # Weekly at noon UTC on Sundays jobs: installation-tips-testing: