feat: set gb_per_file
and write multiple bigtiff
#204
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: u24_element_before_release | |
on: | |
pull_request: | |
push: | |
branches: | |
- '**' | |
tags-ignore: | |
- '**' | |
workflow_dispatch: | |
jobs: | |
call_context_check: | |
uses: dj-sciops/djsciops-cicd/.github/workflows/context_check.yaml@main | |
call_u24_elements_build_alpine: | |
uses: dj-sciops/djsciops-cicd/.github/workflows/u24_element_build.yaml@main | |
with: | |
py_ver: 3.9 | |
image: djbase |