From bfb2c0f917d60cb7bb85a582442a3acbbcf9fe72 Mon Sep 17 00:00:00 2001 From: gbayarri Date: Tue, 28 May 2024 09:32:05 +0200 Subject: [PATCH] Sync citation file --- .github/workflows/citation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/citation.yaml b/.github/workflows/citation.yaml index 5acfb862..f77bb9df 100644 --- a/.github/workflows/citation.yaml +++ b/.github/workflows/citation.yaml @@ -2,7 +2,7 @@ name: Sync Citation.cff on: schedule: - - cron: '0 0 * * *' # Runs every day + - cron: '0 0 * * 1' # Runs every Monday push: branches: - master