Skip to content
Snippets Groups Projects
Verified Commit 52c25c27 authored by Dave Long's avatar Dave Long
Browse files

Issue #3402203 followup by fjgarlin: Improve the test-only job workflow

parent 67dbfb98
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ default: ...@@ -137,7 +137,7 @@ default:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $PERFORMANCE_TEST == "1" - if: $PERFORMANCE_TEST == "1"
'DEFAULT: Test-only': 'DEFAULT: Test-only (PHP 8.2 MySQL 8)':
<<: [ *default-stage, *with-composer ] <<: [ *default-stage, *with-composer ]
when: manual when: manual
allow_failure: true allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment