From 9f4f8191fff86d7bbeea1a2d871fbd751c376a8c Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:05:57 -0600 Subject: [PATCH] Removing schedule temporarily Apparently scheduled runs won't run on forked branches, so I'm removing the schedule to see if it will run on my forked branch. This is important, because I need to get the API keys working. --- .github/workflows/nominatim-docker-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nominatim-docker-test.yml b/.github/workflows/nominatim-docker-test.yml index c8165df61..d54f15e94 100644 --- a/.github/workflows/nominatim-docker-test.yml +++ b/.github/workflows/nominatim-docker-test.yml @@ -11,9 +11,9 @@ on: branches: - 'nataliejschultz/nominatim' - schedule: - # Run every Sunday at 4:05 am - - cron: '5 4 * * 0' + # schedule: + # # Run every Sunday at 4:05 am + # - cron: '5 4 * * 0' jobs: # This workflow contains a single job called "build" build: