From 3ce7e5bfd1e70c242c6d62cdfe6236ee0fc67baa Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:33:12 -0600 Subject: [PATCH] Reverting workflow (final push?!) This could be it! Reverting to the scheduled runs. --- .github/workflows/nominatim-docker-test.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nominatim-docker-test.yml b/.github/workflows/nominatim-docker-test.yml index 96c13223c..6b3a168db 100644 --- a/.github/workflows/nominatim-docker-test.yml +++ b/.github/workflows/nominatim-docker-test.yml @@ -5,16 +5,14 @@ name: nominatim-docker-test 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: