Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish Docs

on:
schedule:
- cron: "0 13 * * *"
pull_request:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish to PyPI

on:
schedule:
- cron: "0 13 * * *"
pull_request:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Code Tests

on:
schedule:
- cron: "0 13 * * *"
pull_request:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_geopandas.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Geopandas tests

on:
schedule:
- cron: "0 13 * * *"
pull_request:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_latest_branca.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Code Tests with Latest branca

on:
schedule:
- cron: "0 13 * * *"
pull_request:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_mypy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Mypy type hint checks

on:
schedule:
- cron: "0 13 * * *"
pull_request:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_selenium.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Selenium Tests

on:
schedule:
- cron: "0 13 * * *"
pull_request:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_streamlit_folium.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run Streamlit Folium Tests

on:
schedule:
- cron: "0 13 * * *"
pull_request:
push:
branches:
Expand Down