We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1f8ac commit d70ecc3Copy full SHA for d70ecc3
.github/workflows/gradle.yml
@@ -15,7 +15,7 @@ on:
15
16
jobs:
17
build:
18
- if: github.event.pull_request.head.repo.full_name == github.repository
+ if: github.event.repository.fork == false
19
runs-on: ubuntu-latest
20
permissions:
21
id-token: write
0 commit comments