Skip to content

Commit

Permalink
Merge pull request #323 from Axway/APIGOV-00004
Browse files Browse the repository at this point in the history
APIGOV-00004 - fix workflow names
  • Loading branch information
dfeldickgit authored Jan 31, 2025
2 parents a027b50 + 93ae211 commit 192cdce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ workflow:
- if: $CI_PIPELINE_SOURCE == "schedule" && $COMPONENT_TESTS_ONLY == "y"
variables:
PIPELINE_NAME: "Scheduled nightly tests"
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == "schedule" && $VERSION == "SNAPSHOT"
variables:
PIPELINE_NAME: "Scheduled nightly SecurityCI"
PIPELINE_NAME: "Scheduled nightly SecurityCI default branch"
- if: $CI_PIPELINE_SOURCE == "schedule" && $VERSION == "LATEST"
variables:
PIPELINE_NAME: "Scheduled nightly SecurityCI on LATEST"
- when: always

include:
Expand Down

0 comments on commit 192cdce

Please sign in to comment.