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 86b3c63 commit c076e4fCopy full SHA for c076e4f
.github/workflows/validate-pr.yml
@@ -13,9 +13,16 @@ on:
13
- main
14
15
jobs:
16
+ debug:
17
+ name: debug
18
+ runs-on: ubuntu-latest
19
+ steps:
20
+ - run: |
21
+ echo '${{ toJSON(github.event.pull_request) }}
22
+
23
validate-pr:
24
name: build
- if: github.repository_owner == 'elastic' # this action will fail if executed from a fork
25
+ if: github.event.pull_request.head.repo.owner.login == 'elastic' # this action will fail if executed from a fork
26
runs-on: ubuntu-latest
27
env:
28
STACK_VERSION: 8.9-SNAPSHOT
0 commit comments