We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be792d5 + 646e441 commit 247203fCopy full SHA for 247203f
.gitlab-ci.yml
@@ -118,7 +118,7 @@ linux python (always):
118
extends: .test-linux
119
needs: []
120
rules:
121
- - if: $CI_PIPELINE_SOURCE == "parent_pipeline" && $CI_MERGE_REQUEST_ID && $CI_PROJECT_NAME == "e3-core" && $ALWAYS_LINUX_TESTS == "y"
+ - if: $CI_PIPELINE_SOURCE == "parent_pipeline" && $CI_MERGE_REQUEST_ID && $CI_PROJECT_NAME == "e3-aws" && $ALWAYS_LINUX_TESTS == "y"
122
123
# A manual job to run Linux tests even if "check" job has failed
124
run linux tests:
0 commit comments