Skip to content

Commit

Permalink
test: Update custom pipeline rule
Browse files Browse the repository at this point in the history
Jira-Id: TPE-512
  • Loading branch information
gricsi committed Feb 6, 2024
1 parent 6fdca16 commit fc07dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/jobs/app-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ test:ui:app:ios:custom:
extends:
- .ios_job_template
rules: &rules_custom
- if: $CI_PIPELINE_SOURCE == "schedule" && '$CUSTOM_TEST_PLAN'
- if: $CI_PIPELINE_SOURCE == "schedule" && $CUSTOM_TEST_PLAN != null
when: always
stage: test_ui
needs:
Expand Down

0 comments on commit fc07dc9

Please sign in to comment.