From b7e016599bd9f324ba0467afc6e692e79464a2a1 Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:10:23 -0600 Subject: [PATCH] Re-instating schedule (test will fail but that is expected) Reverting to running test on schedule since (I think) everything else is done. --- .github/workflows/nominatim-docker-test.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nominatim-docker-test.yml b/.github/workflows/nominatim-docker-test.yml index 7fc686ad6..c684b1fde 100644 --- a/.github/workflows/nominatim-docker-test.yml +++ b/.github/workflows/nominatim-docker-test.yml @@ -3,13 +3,10 @@ name: nominatim-docker-test # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: - push: - branches: - - nominatim - # 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: