Skip to content

Commit

Permalink
TZDB has changed from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Sep 28, 2021
1 parent 2c54f99 commit 5711f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tzdbupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: TZDB check

on:
schedule:
- cron: '0 3 * * 1,3,5'
- cron: '0 3,16 * * 1,2,3,5'

jobs:
tzdbcheck:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
if: env.NOOP != 'true'
working-directory: target/tz
run: |
git checkout master
git checkout main
git reset --hard ${LATEST_TZDB} --
git status
- name: Copy files
Expand Down

0 comments on commit 5711f7a

Please sign in to comment.