We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9689fd2 commit befab05Copy full SHA for befab05
1 file changed
.github/workflows/downstream-ci.yml
@@ -64,7 +64,7 @@ jobs:
64
uses: eProsima/eProsima-CI/external/checkout@v0
65
with:
66
path: src/ddspipe
67
- ref: ${{ github.head_ref || github.ref_name }}
+ ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref_name }}
68
69
# Checkout the downstream tool that consumes DDS Pipe
70
- name: Checkout downstream tool
@@ -115,6 +115,6 @@ jobs:
115
116
name: "Downstream: ${{ matrix.tool.name }} | ${{ matrix.os }} | ${{ matrix.cmake_build_type }}"
117
path: "${{ steps.compile_and_test.outputs.ctest_results_path }}*.xml"
118
- working-directory: 'src'
+ working-directory: 'src/ddspipe'
119
list-tests: 'failed'
120
list-suites: 'failed'
0 commit comments