Skip to content

Commit 6ac750b

Browse files
authored
remove merge logs layer (#867)
Signed-off-by: Srikanth Ramakrishna <[email protected]>
1 parent 5cf41ec commit 6ac750b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/integration-test.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,16 @@ jobs:
126126
# header: test-runner combined summary
127127
# path: output.txt
128128
# recreate: true
129-
status-check:
130-
needs: [group-diff, pipeline-ci]
131-
runs-on: ubuntu-latest
132-
if: always()
133-
steps:
134-
- run: exit 1
135-
if: >-
136-
${{
137-
contains(needs.*.result, 'failure')
138-
|| contains(needs.*.result, 'cancelled')
139-
|| contains(needs.*.result, 'skipped')
140-
&& needs.group-diff.outputs.groups != '[""]'
141-
}}
129+
# status-check:
130+
# needs: [group-diff, pipeline-ci]
131+
# runs-on: ubuntu-latest
132+
# if: always()
133+
# steps:
134+
# - run: exit 1
135+
# if: >-
136+
# ${{
137+
# contains(needs.*.result, 'failure')
138+
# || contains(needs.*.result, 'cancelled')
139+
# || contains(needs.*.result, 'skipped')
140+
# && needs.group-diff.outputs.groups != '[""]'
141+
# }}

0 commit comments

Comments
 (0)