We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b3c63 commit d36f598Copy full SHA for d36f598
.github/workflows/validate-pr.yml
@@ -15,7 +15,7 @@ on:
15
jobs:
16
validate-pr:
17
name: build
18
- if: github.repository_owner == 'elastic' # this action will fail if executed from a fork
+ if: github.event.pull_request.head.repo.owner.login == 'elastic' # this action will fail if executed from a fork
19
runs-on: ubuntu-latest
20
env:
21
STACK_VERSION: 8.9-SNAPSHOT
0 commit comments