Skip to content

Commit

Permalink
Fix test result reporting for PRs opened from forks
Browse files Browse the repository at this point in the history
fmasa committed Apr 22, 2024
1 parent a96a901 commit d398f1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,11 @@ jobs:
gradle:
name: Build and Test
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3

0 comments on commit d398f1e

Please sign in to comment.