Skip to content

Commit c5aa4d2

Browse files
authored
Make path variable global (#840)
## Summary <!--- This is a required section; please describe the main purpose of this proposed code change. ---> <!--- ## Details This is an optional section; is there anything specific that reviewers should be aware of? ---> ## Testing Done <!--- This is a required section; please describe how this change was tested. ---> <!-- Replace BLANK with your device type. For example, A100-80G-PCIe Complete the following tasks before sending your PR, and replace `[ ]` with `[x]` to indicate you have done them. --> - Hardware Type: <BLANK> - [ ] run `make test` to ensure correctness - [ ] run `make checkstyle` to ensure code style - [ ] run `make test-convergence` to ensure convergence
1 parent 286b240 commit c5aa4d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
echo "Not a release event"
134134
path=${{steps.choose_commit.outputs.hash}}
135135
fi
136+
echo "path=$path" >> $GITHUB_OUTPUT
136137
COMMIT_DIR="gh-pages/${OUTPUT_DIR}/${path}"
137138
138139
mkdir -p "$COMMIT_DIR"

0 commit comments

Comments
 (0)