Skip to content

Commit 53c0cb8

Browse files
Revert "test: commit to be removed"
This reverts commit 574d06b.
1 parent 0c686f2 commit 53c0cb8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
6262
- name: Set ReportPortal configuration
6363
# ReportPortal agent only works for PHP 7.1, 7.2, 7.3 and 7.4
64-
#if: github.ref_name == 'main' && vars.REPORT_PORTAL_ENABLED == 'true' && contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php)
65-
if: vars.REPORT_PORTAL_ENABLED == 'true' && contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php)
64+
if: github.ref_name == 'main' && vars.REPORT_PORTAL_ENABLED == 'true' && contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php)
6665
run: ./tests/reportportal/reportportal_conf.sh
6766
env:
6867
REPORT_PORTAL_API_KEY: ${{ secrets.REPORT_PORTAL_API_KEY }}

0 commit comments

Comments
 (0)