We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f31a4c commit 43d7a8cCopy full SHA for 43d7a8c
1 file changed
.github/workflows/check-prdoc.yml
@@ -48,4 +48,4 @@ jobs:
48
if: ${{ !contains(steps.get-labels.outputs.labels, 'R0') }}
49
run: |
50
echo "Checking for PR#${GITHUB_PR} in $MOUNT"
51
- $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 commit comments