Skip to content

Commit

Permalink
Update documenter frequency (#1252)
Browse files Browse the repository at this point in the history
* Update documenter frequency

* Ensure execution on main only
  • Loading branch information
davide-f authored Dec 21, 2024
1 parent 5dfae1c commit b1ff298
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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' && github.ref == 'refs/heads/main'}}
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.10
Expand Down

0 comments on commit b1ff298

Please sign in to comment.