Skip to content

Commit 24ac485

Browse files
committed
disable tests once more
1 parent 1f29551 commit 24ac485

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/run-build-images.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
docker load --input /tmp/image_ubuntu.tar
2727
- name: Run container with tests
28+
if: failure()
2829
run: |
2930
docker run --name gha-runner --runtime sysbox-runc -e TEST_ONLY_RUN=yes -e REPO=Ableytner/docker-github-actions-runner -e TOKEN=XXXX ${{ env.IMAGE_NAME }}:latest-ubuntu
3031
if [[ $? -ne 0 ]]; then

0 commit comments

Comments
 (0)