Remove redundant gitea workflow job
These steps are executed during the initial deployment
This commit is contained in:
@@ -11,15 +11,8 @@ env:
|
|||||||
CONDA: /opt/miniforge3
|
CONDA: /opt/miniforge3
|
||||||
|
|
||||||
jobs:
|
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:
|
test-env:
|
||||||
runs-on: pyzebra
|
runs-on: pyzebra
|
||||||
needs: prepare
|
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
env:
|
env:
|
||||||
BUILD_DIR: ${{ runner.temp }}/conda_build
|
BUILD_DIR: ${{ runner.temp }}/conda_build
|
||||||
@@ -33,7 +26,6 @@ jobs:
|
|||||||
|
|
||||||
prod-env:
|
prod-env:
|
||||||
runs-on: pyzebra
|
runs-on: pyzebra
|
||||||
needs: prepare
|
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
env:
|
env:
|
||||||
BUILD_DIR: ${{ runner.temp }}/conda_build
|
BUILD_DIR: ${{ runner.temp }}/conda_build
|
||||||
|
|||||||
Reference in New Issue
Block a user