Skip to content

Commit

Permalink
Added inputs print
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Shimansky <gshimansky@gmail.com>
  • Loading branch information
gshimansky committed Mar 22, 2024
1 parent 1a8edb5 commit 5cf4ef4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ env:
BENCHMARK_BRANCH: main

jobs:
print_inputs:
runs-on: Linux
steps:
- name: Print Inputs
run: echo "${{ toJSON(github.event.inputs) }}"

matrix:
name: Matrix
runs-on:
Expand Down

0 comments on commit 5cf4ef4

Please sign in to comment.