diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27f4c0c..d929a89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: ;; 7.1|7.2|7.3|7.4) # If Report Portal is enabled, set up the configuration - if [ "${{ vars.REPORT_PORTAL_ENABLED }}" = "true" && github.ref_name == 'main' ]; then + if [ "${{ vars.REPORT_PORTAL_ENABLED }}" = "true" && ${{ github.ref_name }} == 'devx/dex-943-send-phpunit-tests-to-reportportal' ]; then . ./tests/reportportal_conf.sh fi composer exec phpunit -- --configuration phpunit.ci.xml --coverage-xml ./.coverage