diff --git a/.github/workflows/pr-smoke-test.yml b/.github/workflows/pr-smoke-test.yml index a1886be760b..72f6ad376fd 100644 --- a/.github/workflows/pr-smoke-test.yml +++ b/.github/workflows/pr-smoke-test.yml @@ -53,7 +53,7 @@ jobs: pnpx wc-e2e test:e2e plugins/woocommerce/tests/e2e/specs/smoke-tests/update-woocommerce.js - name: Post Smoke tests results comment on PR - if: steps.installation.outcome == 'success' + if: always() uses: actions/github-script@v5 env: TITLE: 'Smoke Test Results' @@ -84,7 +84,7 @@ jobs: pnpx wc-e2e test:e2e - name: Post E2E tests results comment on PR - if: steps.installation.outcome == 'success' + if: always() uses: actions/github-script@v5 env: TITLE: 'E2E Test Results'