Skip to content

Commit

Permalink
Workflow test
Browse files Browse the repository at this point in the history
Workflow wasn't going on last push due to changes to schedule, so reverting temporarily.
  • Loading branch information
nataliejschultz committed Oct 11, 2023
1 parent efb963c commit a55a9ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a55a9ad

Please sign in to comment.