Skip to content

Commit 5bf4e6c

Browse files
committed
common: simplify workflows' conclusion
Signed-off-by: Jan Michalski <[email protected]>
1 parent 9eb6c47 commit 5bf4e6c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,11 @@ jobs:
4343
env:
4444
TEST_BUILD: ${{ matrix.TEST_BUILD }}
4545
run: cd $WORKDIR && ./build-CI.sh
46-
continue-on-error: true
4746
id: build
4847

4948
- name: Archive logs
50-
if: steps.build.outcome != 'success'
49+
if: failure()
5150
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
5251
with:
5352
name: logs-${{ matrix.TEST_BUILD }}
5453
path: ${{env.HOST_WORKDIR}}/src/test/**/*.log
55-
56-
- name: Exit code
57-
run: |
58-
[ "${{steps.build.outcome}}" != "success" ] && exit 1
59-
exit 0

0 commit comments

Comments
 (0)