Skip to content
Snippets Groups Projects
Unverified Commit 00901523 authored by Chevdor's avatar Chevdor Committed by GitHub
Browse files

Prevent a fail prdoc check to block (#1433)

parent 1e2a2f0c
No related merge requests found
Pipeline #387708 passed with stages
in 51 minutes and 7 seconds
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment