diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 99e0d49053..4937f76870 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,6 +1,8 @@ name: Publish Docs on: + schedule: + - cron: "0 13 * * *" pull_request: push: branches: diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 9f07789f56..0cdb1bfd08 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -1,6 +1,8 @@ name: Publish to PyPI on: + schedule: + - cron: "0 13 * * *" pull_request: push: branches: diff --git a/.github/workflows/test_code.yml b/.github/workflows/test_code.yml index ee75fe41e3..0c98fdbcfa 100644 --- a/.github/workflows/test_code.yml +++ b/.github/workflows/test_code.yml @@ -1,6 +1,8 @@ name: Code Tests on: + schedule: + - cron: "0 13 * * *" pull_request: push: branches: diff --git a/.github/workflows/test_geopandas.yml b/.github/workflows/test_geopandas.yml index 816cf2dde7..a7ed868b47 100644 --- a/.github/workflows/test_geopandas.yml +++ b/.github/workflows/test_geopandas.yml @@ -1,6 +1,8 @@ name: Geopandas tests on: + schedule: + - cron: "0 13 * * *" pull_request: push: branches: diff --git a/.github/workflows/test_latest_branca.yml b/.github/workflows/test_latest_branca.yml index 73b0254027..fd0c267c64 100644 --- a/.github/workflows/test_latest_branca.yml +++ b/.github/workflows/test_latest_branca.yml @@ -1,6 +1,8 @@ name: Code Tests with Latest branca on: + schedule: + - cron: "0 13 * * *" pull_request: push: branches: diff --git a/.github/workflows/test_mypy.yml b/.github/workflows/test_mypy.yml index e99fb75cad..d2504e0fcc 100644 --- a/.github/workflows/test_mypy.yml +++ b/.github/workflows/test_mypy.yml @@ -1,6 +1,8 @@ name: Mypy type hint checks on: + schedule: + - cron: "0 13 * * *" pull_request: push: branches: diff --git a/.github/workflows/test_selenium.yml b/.github/workflows/test_selenium.yml index 34cd054305..61a87df02c 100644 --- a/.github/workflows/test_selenium.yml +++ b/.github/workflows/test_selenium.yml @@ -1,6 +1,8 @@ name: Selenium Tests on: + schedule: + - cron: "0 13 * * *" pull_request: push: branches: diff --git a/.github/workflows/test_streamlit_folium.yml b/.github/workflows/test_streamlit_folium.yml index 59a4f88d61..a1fd12b882 100644 --- a/.github/workflows/test_streamlit_folium.yml +++ b/.github/workflows/test_streamlit_folium.yml @@ -1,6 +1,8 @@ name: Run Streamlit Folium Tests on: + schedule: + - cron: "0 13 * * *" pull_request: push: branches: