From 34fe8ad42130ed30f13922bfd34cc04bcfdc26ec Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Wed, 25 Dec 2024 13:21:03 +0100 Subject: [PATCH] Update containers.yml --- .github/workflows/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 5605e81e5..9982c7eb3 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -45,7 +45,6 @@ jobs: # TODO - consider making these steps some kind of subroutine # or some other way to avoid redundant runs in the matrix # consider using dependencies for that: https://stackoverflow.com/questions/58457140/dependencies-between-workflows-on-github-actions - continue-on-error: true steps: # TODO - exit if the change was in the path that is not a dependency # - name: "set APT to non-interactive" # shell: bash @@ -96,6 +95,7 @@ jobs: ! -name ".wget-hsts" \ \) -print0 | xargs -0 -I{} bash -c 'if ! diff -C 30 "/tmp/old_home/$1" "$1"; then echo "diff failed for: $1"; exit 1; fi' bash {} + continue-on-error: true # check-results: # runs-on: ubuntu-22.04