From a55a9ad536987af0b067556c785a28c49ae4d365 Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:25:42 -0600 Subject: [PATCH] Workflow test Workflow wasn't going on last push due to changes to schedule, so reverting temporarily. --- .github/workflows/nominatim-docker-test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: