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 96bce49 commit dec5be3Copy full SHA for dec5be3
.github/workflows/reusable_ici.yml
@@ -71,6 +71,7 @@ jobs:
71
ROS_REPO: ${{ inputs.ros_repo }}
72
CMAKE_ARGS: -DUR_ROBOT_DRIVER_BUILD_INTEGRATION_TESTS=ON
73
ADDITIONAL_DEBS: docker.io netcat-openbsd # Needed for integration tests
74
+ id: ici
75
- uses: JasonEtco/create-an-issue@v2
76
#if: ${{ always() && (steps.ici.outputs.build_target_workspace == '2' || steps.ici.outputs.target_test_results == '1') && github.event_name == 'schedule'}}
77
if: ${{ always() && (steps.ici.outputs.build_target_workspace == '2' || steps.ici.outputs.target_test_results == '1') }}
0 commit comments