Skip to content

Commit 43d7a8c

Browse files
chevdorAnk4n
authored andcommitted
Prevent a fail prdoc check to block (#1433)
1 parent 2f31a4c commit 43d7a8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-prdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
if: ${{ !contains(steps.get-labels.outputs.labels, 'R0') }}
4949
run: |
5050
echo "Checking for PR#${GITHUB_PR} in $MOUNT"
51-
$ENGINE run --rm -v $PWD/prdoc:/doc $IMAGE check -n ${GITHUB_PR}
51+
$ENGINE run --rm -v $PWD/prdoc:/doc $IMAGE check -n ${GITHUB_PR} || true

0 commit comments

Comments
 (0)