diff --git a/.github/workflows/ci-test-e2e.yml b/.github/workflows/ci-test-e2e.yml index 026a28d79d23..a091508b0fa3 100644 --- a/.github/workflows/ci-test-e2e.yml +++ b/.github/workflows/ci-test-e2e.yml @@ -226,7 +226,7 @@ jobs: E2E_COVERAGE: ${{ inputs.release == 'ee' && 'true' || '' }} IS_EE: ${{ inputs.release == 'ee' && 'true' || '' }} QASE_API_TOKEN: ${{ secrets.QASE_API_TOKEN }} - QASE_REPORT: 'true' + QASE_REPORT: ${{ github.ref == 'refs/heads/develop' && 'true' || '' }} working-directory: ./apps/meteor run: yarn test:e2e --shard=${{ matrix.shard }}/${{ inputs.total-shard }}