Skip to content

Commit

Permalink
Refs #21302: Fix nightly job
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Sep 2, 2024
1 parent b71a4f1 commit d1a8446
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ jobs:
strategy:
fail-fast: false
matrix:
- custom_version_build: 'v2'
ref: '1.x'
- custom_version_build: 'v3'
ref: 'main'
version:
- fastdds_ref: 'v2'
backend_ref: '1.x'
- fastdds_ref: 'v3'
backend_ref: 'main'
name: reusable_tests
uses: ./.github/workflows/reusable-workflow.yml
with:
custom_version_build: ${{ matrix.custom_version_build }}
custom_version_build: ${{ matrix.version.fastdds_ref }}
dependencies_artifact_postfix: '_nightly'
ref: ${{ matrix.ref }}
ref: ${{ matrix.version.backend_ref }}
secrets: inherit

0 comments on commit d1a8446

Please sign in to comment.