Skip to content

Commit 306edca

Browse files
authored
Fix wrong tag in nightly 2.x -> 1.x (#149)
* [#24061] Fixed wrong tag in nightly Signed-off-by: danipiza <dpizarrogallego@gmail.com> * [#24061] Changed eProsima-CI tag for test Signed-off-by: danipiza <dpizarrogallego@gmail.com> * [#24061] Reverted eProsima-CI tags to realease Signed-off-by: danipiza <dpizarrogallego@gmail.com> --------- Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent 6a58a74 commit 306edca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly-ubuntu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
custom_version_build: 'v2'
1616
dependencies_artifact_postfix: '_nightly'
17-
ref: '2.x'
17+
ref: '1.x'
1818
secrets: inherit
1919

2020
reusable_tests_v3:

.github/workflows/nightly-windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
custom_version_build: 'v2'
1616
dependencies_artifact_postfix: '_nightly'
17-
ref: '2.x'
17+
ref: '1.x'
1818
secrets: inherit
1919

2020
reusable_tests_v3:

0 commit comments

Comments
 (0)