From 2e85acf3bd358c859544dde0f846deb4cfe57c17 Mon Sep 17 00:00:00 2001 From: Davide Fioriti Date: Sat, 21 Dec 2024 19:30:41 +0100 Subject: [PATCH] Update documenter frequency --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e9fe2e8a..1d8584238 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,11 +1,13 @@ on: schedule: - - cron: "0 5 * * 0" + - cron: "0 5 1 * *" + workflow_dispatch: jobs: contrib-readme-job: runs-on: ubuntu-latest name: A job to automate contrib in readme + if: ${{ github.repository_owner == 'pypsa-meets-earth' }} steps: - name: Contribute List uses: akhilmhdh/contributors-readme-action@v2.3.10