Skip to content

Commit 59a37f9

Browse files
author
Felix Exner
committed
REVERT_ME: open issues on any run
This should create issues from this PR already
1 parent 1a51c7a commit 59a37f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable_ici.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
CMAKE_ARGS: -DUR_ROBOT_DRIVER_BUILD_INTEGRATION_TESTS=ON
5757
ADDITIONAL_DEBS: docker.io netcat-openbsd # Needed for integration tests
5858
- uses: JasonEtco/create-an-issue@v2
59-
if: ${{ always() && (steps.ici.outputs.build_target_workspace == '2' || steps.ici.outputs.target_test_results == '1') && github.event_name == 'schedule'}}
59+
#if: ${{ always() && (steps.ici.outputs.build_target_workspace == '2' || steps.ici.outputs.target_test_results == '1') && github.event_name == 'schedule'}}
60+
if: ${{ always() && (steps.ici.outputs.build_target_workspace == '2' || steps.ici.outputs.target_test_results == '1') }}
6061
env:
6162
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6263
UPSTREAM_TYPE: ${{ inputs.upstream_type }}

0 commit comments

Comments
 (0)