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 59a37f9 commit 11f5b9aCopy full SHA for 11f5b9a
.github/workflows/reusable_ici.yml
@@ -55,6 +55,7 @@ jobs:
55
ROS_REPO: ${{ inputs.ros_repo }}
56
CMAKE_ARGS: -DUR_ROBOT_DRIVER_BUILD_INTEGRATION_TESTS=ON
57
ADDITIONAL_DEBS: docker.io netcat-openbsd # Needed for integration tests
58
+ id: ici
59
- uses: JasonEtco/create-an-issue@v2
60
#if: ${{ always() && (steps.ici.outputs.build_target_workspace == '2' || steps.ici.outputs.target_test_results == '1') && github.event_name == 'schedule'}}
61
if: ${{ always() && (steps.ici.outputs.build_target_workspace == '2' || steps.ici.outputs.target_test_results == '1') }}
0 commit comments