Skip to content

Commit eec4be6

Browse files
authored
Update ci_pipeline.yml
1 parent 076378b commit eec4be6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ jobs:
5454
uses: actions/checkout@v3
5555
with:
5656
ref: ${{ github.event.pull_request.head.sha }}
57+
58+
- name: testing github env
59+
run: |
60+
echo "${{ github.event.pull_request.head.sha }}"
61+
echo "${GITHUB_REF:11}"
62+
echo "$(git symbolic-ref --short HEAD)"
63+
5764
5865
- name: Checkout benchmark repository
5966
uses: actions/checkout@v3

0 commit comments

Comments
 (0)