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 4dced14 commit 7a010ccCopy full SHA for 7a010cc
2 files changed
.github/workflows/claude-md-audit.yml
@@ -16,7 +16,9 @@ concurrency:
16
17
jobs:
18
audit:
19
- if: github.event.pull_request.draft == false
+ if: >-
20
+ github.event.pull_request.draft == false &&
21
+ github.event.pull_request.head.repo.full_name == github.repository
22
runs-on: ubuntu-latest
23
permissions:
24
contents: read
.github/workflows/helm-pr-prerelease.yml
@@ -54,6 +54,7 @@ jobs:
54
55
prerelease:
56
needs: lint-and-test
57
+ if: github.event.pull_request.head.repo.full_name == github.repository
58
59
60
0 commit comments