Skip to content

Commit 302a1fa

Browse files
committed
test(reportportal): run on new infrastructure
1 parent 8fb7e89 commit 302a1fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Set ReportPortal configuration
6565
# ReportPortal agent only works for PHP 7.1, 7.2, 7.3 and 7.4
66-
if: (github.ref_name == 'main' || github.ref_name == 'develop') && vars.REPORT_PORTAL_ENABLED == 'true' && contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php)
66+
if: contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php)
6767
run: ./tests/reportportal/reportportal_conf.sh
6868
env:
6969
REPORT_PORTAL_API_KEY: ${{ secrets.REPORT_PORTAL_API_KEY }}

0 commit comments

Comments
 (0)