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: