Remove redundant gitea workflow job
All checks were successful
pyzebra CI/CD pipeline / test-env (push) Successful in 1m50s
pyzebra CI/CD pipeline / prod-env (push) Has been skipped
pyzebra CI/CD pipeline / cleanup (push) Successful in 1s

These steps are executed during the initial deployment
This commit is contained in:
2025-11-07 16:46:24 +01:00
parent ec685d24eb
commit 457a974e14

View File

@@ -11,15 +11,8 @@ env:
CONDA: /opt/miniforge3
jobs:
prepare:
runs-on: pyzebra
steps:
- run: $CONDA/bin/conda config --add channels conda-forge
- run: $CONDA/bin/conda config --set solver libmamba
test-env:
runs-on: pyzebra
needs: prepare
if: github.ref == 'refs/heads/main'
env:
BUILD_DIR: ${{ runner.temp }}/conda_build
@@ -33,7 +26,6 @@ jobs:
prod-env:
runs-on: pyzebra
needs: prepare
if: startsWith(github.ref, 'refs/tags/')
env:
BUILD_DIR: ${{ runner.temp }}/conda_build