From 794ebcfc0b0bd67c58be2732f33b26900c1d8ad2 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Thu, 21 Mar 2024 17:11:12 -0700 Subject: [PATCH] fix(ci): false pass (#1890) --- .github/workflows/pr-open.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index f082445dc..3c130a06a 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -54,7 +54,7 @@ jobs: results: name: PR Results - if: always() || !failure() + if: always() && !failure() needs: [tests] runs-on: ubuntu-22.04 steps: