Skip to content

Merge pull request #235 from ASFHyP3/s1-correction #867

Merge pull request #235 from ASFHyP3/s1-correction

Merge pull request #235 from ASFHyP3/s1-correction #867

name: Test and build
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
call-pytest-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
local_package_name: hyp3_autorift
conda_env_name: hyp3-autorift
call-version-info-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
conda_env_name: hyp3-autorift
call-docker-ghcr-workflow:
needs: call-version-info-workflow
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}
secrets:
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}