Skip to content

Commit 5e2065e

Browse files
committed
fix
1 parent b34f32f commit 5e2065e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
cache-to: type=local,dest=/home/runner/.buildx-cache,mode=max
6565

6666
- name: Run tests
67-
if: ${{ matrix.target != 'develop' }}
67+
if: ${{ matrix.target != 'release' }}
6868
run: |
6969
docker run --rm ghcr.io/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} /src/eic-opticks/tests/test_opticks.sh
7070
docker run --rm ghcr.io/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} /src/eic-opticks/tests/test_simg4ox.sh

0 commit comments

Comments
 (0)