Skip to content

Commit

Permalink
chore(ci): checkout repo with fetch-depth 0 to get commit hash
Browse files Browse the repository at this point in the history
The COMMIT_HASH computed variable needs fetch-depth=0 to be able
to get the versions of the repository.
  • Loading branch information
soonum authored and agnesLeroy committed Feb 27, 2024
1 parent 75f0ad1 commit 6e08e91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gpu_4090_full_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
steps:
- name: Checkout tfhe-rs
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
fetch-depth: 0

- name: Get benchmark details
run: |
Expand Down Expand Up @@ -116,6 +118,8 @@ jobs:
steps:
- name: Checkout tfhe-rs
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
fetch-depth: 0

- name: Get benchmark details
run: |
Expand Down

0 comments on commit 6e08e91

Please sign in to comment.