From 272f72c084df6e87f3fe0fd3afdf6812004028ac Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:46:15 -0500 Subject: [PATCH] add always --- .github/workflows/build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 331afa3..c90897c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -81,6 +81,7 @@ jobs: needs: - check-changes - build-container + if: always() && (needs.build-container.result == 'success' || needs.build-container.result == 'skipped') permissions: contents: read packages: write