diff --git a/.github/workflows/nominatim-docker-test.yml b/.github/workflows/nominatim-docker-test.yml index 14b9f9d1d..96c13223c 100644 --- a/.github/workflows/nominatim-docker-test.yml +++ b/.github/workflows/nominatim-docker-test.yml @@ -7,14 +7,14 @@ on: push: branches: - nominatim - paths: - - 'net/ext_service/geocoder' - - 'analysis/intake/cleaning/clean_and_resample.py' + # paths: + # - 'net/ext_service/geocoder' + # - 'analysis/intake/cleaning/clean_and_resample.py' - schedule: + # schedule: - # Run every Sunday at 4:05 am - - cron: '5 4 * * 0' + # # Run every Sunday at 4:05 am + # - cron: '5 4 * * 0' jobs: # This workflow contains a single job called "build" build: