Prevent a fail prdoc check to block (#1433)

This commit is contained in:
Chevdor
2023-09-06 19:34:41 +02:00
committed by GitHub
parent 1e2a2f0c69
commit 0090152386
+1 -1
View File
@@ -48,4 +48,4 @@ jobs:
if: ${{ !contains(steps.get-labels.outputs.labels, 'R0') }}
run: |
echo "Checking for PR#${GITHUB_PR} in $MOUNT"
$ENGINE run --rm -v $PWD/prdoc:/doc $IMAGE check -n ${GITHUB_PR}
$ENGINE run --rm -v $PWD/prdoc:/doc $IMAGE check -n ${GITHUB_PR} || true