We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f29551 commit 24ac485Copy full SHA for 24ac485
1 file changed
.github/workflows/run-build-images.yaml
@@ -25,6 +25,7 @@ jobs:
25
run: |
26
docker load --input /tmp/image_ubuntu.tar
27
- name: Run container with tests
28
+ if: failure()
29
30
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
31
if [[ $? -ne 0 ]]; then
0 commit comments