Skip to content

Commit

Permalink
Reverting workflow (final push?!)
Browse files Browse the repository at this point in the history
This could be it! Reverting to the scheduled runs.
  • Loading branch information
nataliejschultz committed Oct 11, 2023
1 parent a55a9ad commit 3ce7e5b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ name: nominatim-docker-test
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 3ce7e5b

Please sign in to comment.