Skip to content

Commit

Permalink
only start run stage after build stage, if present
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Jun 6, 2024
1 parent b77190f commit 3a1c1b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci/docker-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ run-amd64:
needs:
- job: dev-amd64
optional: true
- job: build-amd64
optional: true
rules:
- if: $PLATFORM =~ /.*amd64.*/ && $TARGET =~ /.*run.*/
variables:
Expand All @@ -201,6 +203,8 @@ run-arm64:
needs:
- job: dev-arm64
optional: true
- job: build-arm64
optional: true
rules:
- if: $PLATFORM =~ /.*arm64.*/ && $TARGET =~ /.*run.*/
variables:
Expand Down

0 comments on commit 3a1c1b4

Please sign in to comment.