Skip to content

Commit

Permalink
Re-instating schedule (test will fail but that is expected)
Browse files Browse the repository at this point in the history
Reverting to running test on schedule since (I think) everything else is done.
  • Loading branch information
nataliejschultz committed Oct 31, 2023
1 parent 8c2efb0 commit b7e0165
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b7e0165

Please sign in to comment.