Skip to content

Commit

Permalink
Build all of the containers
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Dec 10, 2024
1 parent 49c35d8 commit f54961d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
docker_vanilla:
needs: docker_env
# Only run if "Build Firedrake" succeeds
if: ${{ inputs.status == 'success' }}
# if: ${{ inputs.status == 'success' }}
uses: ./.github/workflows/docker_reuse.yml
with:
target: firedrake-vanilla
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
docker_complex:
needs: docker_env
# Only run if "Build Firedrake" succeeds
if: ${{ inputs.status == 'success' }}
# if: ${{ inputs.status == 'success' }}
uses: ./.github/workflows/docker_reuse.yml
with:
target: firedrake-complex
Expand Down

0 comments on commit f54961d

Please sign in to comment.