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 c189c20 commit 0ffc555Copy full SHA for 0ffc555
.github/workflows/ci.yml
@@ -217,6 +217,8 @@ jobs:
217
gitleaks:
218
name: Gitleaks check
219
runs-on: ubicloud-standard-2
220
+ # Only run for base repo, not forks
221
+ if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
222
steps:
223
- name: Checkout code
224
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
0 commit comments