Skip to content

Commit

Permalink
Execture with staging workflow if unclear
Browse files Browse the repository at this point in the history
  • Loading branch information
smithara committed May 7, 2024
1 parent 96ab215 commit 74b2d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
mamba create --name bookbuilder --file .bookbuilder/conda-linux-64.lock
'
docker commit temp-container ${{ env.DOCKER_IMAGE }}:customized
- name: Execute notebooks using nbmake (staging)
if: env.BRANCH_NAME == 'staging'
- name: Execute notebooks using nbmake (staging / other)
if: env.BRANCH_NAME != 'master'
run: |
docker run -v $GITHUB_WORKSPACE:/home/jovyan -u root \
-e VIRES_TOKEN=${{ secrets.VIRES_TOKEN }} \
Expand Down

0 comments on commit 74b2d8a

Please sign in to comment.