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: