Skip to content

Commit

Permalink
Use temporary PR branch
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
  • Loading branch information
rsanchez15 committed Dec 17, 2024
1 parent b220682 commit 6c68c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-windows-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
test_filter:
- 'blackbox'
- 'unittest'
uses: eProsima/Fast-DDS/.github/workflows/reusable-windows-ci.yml@master
uses: eProsima/Fast-DDS/.github/workflows/reusable-windows-ci.yml@ci/split-tests
with:
label: nightly-sec-${{ matrix.security }}-${{ matrix.cmake_build_type }}-${{ matrix.test_filter }}-windows-ci-master
cmake-config: ${{ matrix.cmake_build_type }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
workspace: ${{ github.workspace }}

- name: Upload build workspace
uses: eProsima/eProsima-CI/external/upload-artifact@v0
uses: actions/upload-artifact@v3
with:
name: build_workspace_${{ inputs.label }}
path: ${{ github.workspace }}
Expand Down

0 comments on commit 6c68c7a

Please sign in to comment.