We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f556c80 commit 1471d06Copy full SHA for 1471d06
.github/workflows/pkg-pr.yml
@@ -4,6 +4,7 @@ on: [pull_request]
4
5
jobs:
6
build-and-publish:
7
+ if: github.event.pull_request.head.repo.full_name == github.repository
8
runs-on: ubuntu-latest
9
permissions:
10
contents: write
0 commit comments