From 1cb0ba4ad6190a786dcf43ee15aef3873ebd681f Mon Sep 17 00:00:00 2001 From: Deniz Date: Fri, 27 Oct 2023 12:51:52 -0700 Subject: [PATCH] don't skip testing to ensure consistent status checks --- .github/workflows/pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e88d479d..43c43d4d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -83,8 +83,7 @@ jobs: if: | always() && (needs.cfc.result == 'success' || needs.cfc.result == 'skipped') && - needs.cfc.outputs.created != 'true' && - needs.changes.outputs.is-skip != 'true' + needs.cfc.outputs.created != 'true' uses: ./.github/workflows/test.yml with: test-page: ${{ github.event_name != 'pull_request' || needs.changes.outputs.is-page == 'true' }}