Skip to content

Commit

Permalink
Merge branch '2023.11' into 2024.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Jan 25, 2024
2 parents 6acd0de + b496d13 commit 5d13ceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/gitlab-ci/test_js_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
when: never
- if: $JS_E2E_TESTS_SOURCE == "false"
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_LABELS =~ /skip-js-e2e-tests-source/
when: never
- if: $JS_E2E_TESTS_SOURCE == "true"
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $JS_E2E_TESTS_SOURCE_MERGE_REQUEST != "false"
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_LABELS =~ /js-e2e-tests-source/
Expand Down

0 comments on commit 5d13ceb

Please sign in to comment.