diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index c8d2b6307..f082445dc 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -54,6 +54,7 @@ jobs: results: name: PR Results + if: always() || !failure() needs: [tests] runs-on: ubuntu-22.04 steps: