Skip to content

Commit 71bdca6

Browse files
Felix Exnerurfeex
authored andcommitted
REVERT_ME: open issues on any run
This should create issues from this PR already
1 parent e584f23 commit 71bdca6

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
@@ -72,7 +72,8 @@ jobs:
7272
CMAKE_ARGS: -DUR_ROBOT_DRIVER_BUILD_INTEGRATION_TESTS=ON
7373
ADDITIONAL_DEBS: docker.io netcat-openbsd # Needed for integration tests
7474
- uses: JasonEtco/create-an-issue@v2
75-
if: ${{ always() && (steps.ici.outputs.build_target_workspace == '2' || steps.ici.outputs.target_test_results == '1') && github.event_name == 'schedule'}}
75+
#if: ${{ always() && (steps.ici.outputs.build_target_workspace == '2' || steps.ici.outputs.target_test_results == '1') && github.event_name == 'schedule'}}
76+
if: ${{ always() && (steps.ici.outputs.build_target_workspace == '2' || steps.ici.outputs.target_test_results == '1') }}
7677
env:
7778
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7879
UPSTREAM_TYPE: ${{ inputs.upstream_type }}

0 commit comments

Comments
 (0)