Skip to content

Commit

Permalink
Removing schedule temporarily
Browse files Browse the repository at this point in the history
Apparently scheduled runs won't run on forked branches, so I'm removing the schedule to see if it will run on my forked branch. This is important, because I need to get the API keys working.
  • Loading branch information
nataliejschultz committed Sep 18, 2023
1 parent 9b2ad65 commit 9f4f819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
branches:
- 'nataliejschultz/nominatim'

schedule:
# Run every Sunday at 4:05 am
- cron: '5 4 * * 0'
# schedule:
# # 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 9f4f819

Please sign in to comment.