Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef14efd

Browse files
authored
MAINT Show HEAD hash in CUDA CI workflow (#29201)
1 parent b285de0 commit ef14efd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cuda-gpu-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- run: |
2323
git fetch origin +refs/pull/${{ inputs.pr_id }}/head:pr-${{ inputs.pr_id }}
2424
git checkout pr-${{ inputs.pr_id }}
25+
echo "Checked out commit $(git rev-parse HEAD)"
2526
- name: Cache conda environment
2627
id: cache-conda
2728
uses: actions/cache@v3

0 commit comments

Comments
 (0)