We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb7e89 commit 302a1faCopy full SHA for 302a1fa
1 file changed
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Set ReportPortal configuration
65
# 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)
+ if: contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php)
67
run: ./tests/reportportal/reportportal_conf.sh
68
env:
69
REPORT_PORTAL_API_KEY: ${{ secrets.REPORT_PORTAL_API_KEY }}
0 commit comments