diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2c57d5ca..642ca1318 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,7 +186,7 @@ jobs: deploy_report: name: Deploy Test Report needs: [e2e_tests] - if: ${{always() && (github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository))}} + if: ${{always() && (github.ref == 'refs/heads/test-report' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository))}} runs-on: ubuntu-latest permissions: contents: write @@ -322,7 +322,7 @@ jobs: const newTests = parseInt('${{ steps.count_tests.outputs.new_tests }}'); const testsStatus = newTests > 0 ? '✨' : '➖'; - const ciSection = `## CI Results + const ciSection = `## CI Results ### Test Status: ${status} 📊 [Full Report](${reportUrl})