Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Apr 24, 2024
1 parent e8d1126 commit fbf5a76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tindex_dsm_hh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Update DSM HH Tile Index

on:
push:
branches: [ main ]
branches: [ HH ]
# schedule:
# # run tile index creation every month
# - cron: '0 2 9 * *'

jobs:
update-tindex-ndsm-nw:
update-tindex-dsm-hh:
runs-on: ubuntu-latest
env:
CI_COMMIT_MESSAGE: Update HH DSM tile index
Expand All @@ -31,4 +31,4 @@ jobs:
git config user.email "[email protected]"
git add DSM/HH/hh_dom_tindex_proj.gpkg.gz
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git push
git push origin HH

0 comments on commit fbf5a76

Please sign in to comment.