Skip to content

Commit 2cb0c69

Browse files
author
Michael Perrotte
committed
feat: checking benchmark context
1 parent 58c803f commit 2cb0c69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
env:
3131
DISPATCH_REPO: "benchmarks"
3232
DISPATCH_OWNER: "npm"
33+
GITHUB_CONTEXT_EVENT: ${{ toJson(github.evnet) }}
3334
run: |
35+
echo "${GITHUB_CONTEXT_EVENT}"
3436
curl \
3537
-s \
3638
-X POST https://api.github.com/repos/${DISPATCH_OWNER}/${DISPATCH_REPO}/dispatches \

0 commit comments

Comments
 (0)