Skip to content

Deploy containers and update ci #26

Deploy containers and update ci

Deploy containers and update ci #26

name: Deploy conda pkgs (test)
on:
pull_request:
workflow_dispatch:
jobs:
call-conda-build-workflow:
uses: ./.github/workflows/build-upload-conda-base.yml
with:
label: test
commit: ${{ github.event.pull_request.head.sha }}
env: .github/workflows/envs/env-test.yml
secrets: inherit