Skip to content

Commit

Permalink
#296: allow code review action to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Aug 14, 2024
1 parent eeb3d60 commit 6f52f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: MannLabs/alphashared/actions/get-code-review-input@v1
continue-on-error: true
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.number }}
Expand Down

0 comments on commit 6f52f55

Please sign in to comment.