Skip to content

Commit

Permalink
Limit to Harmonic the -ci- branches testing
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Sep 28, 2023
1 parent fbe24f3 commit 96730d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/gazebo_libs.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ configs_per_lib_index.each { lib_name, lib_configs ->
// CI branch jobs (-ci-$branch-) (pulling check every 5 minutes)
branches_with_collections.each { branch_and_collection ->
// TODO: remove after testing
if (branch_and_collection.collection == 'harmonic')
if (branch_and_collection.collection != 'harmonic')
return

branch_name = branch_and_collection.branch
Expand Down

0 comments on commit 96730d4

Please sign in to comment.