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 Daanvdplas committed Sep 11, 2023
1 parent c99c00d commit 5e7a027
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 5e7a027

Please sign in to comment.