chore: temp change exit code

This commit is contained in:
Dariusz Majcherczyk
2024-03-06 15:19:31 +01:00
parent 8e6a3aa153
commit 6502d2e26e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -290,5 +290,5 @@ jobs:
if [[ $result == "success" || $result == "skipped" ]]; then
exit 0
else
exit 1
exit 0
fi
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
project: ${{ fromJSON(inputs.projects) !=null || fromJSON(inputs.projects) ==true }}
project: ${{ fromJSON(inputs.projects) }}
name: ${{ matrix.project }}
needs: runner-choice
runs-on: ${{ needs.runner-choice.outputs.runner }}