Skip to content

Commit

Permalink
Prevent a fail prdoc check to block (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor authored and Ank4n committed Sep 8, 2023
1 parent 2f31a4c commit 43d7a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-prdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 43d7a8c

Please sign in to comment.