Skip to content

Commit d30d57d

Browse files
committed
test ci inconsistency
1 parent 5df09f2 commit d30d57d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ jobs:
190190
runs-on: ubuntu-latest
191191
steps:
192192
- uses: actions/checkout@v4
193+
with:
194+
fetch-depth: 0 # Ensure full history is available
195+
ref: $GITHUB_SHA # Checkout the actual commit instead of the PR merge commit
193196
- name: Install required dependencies
194197
run: |
195198
sudo apt-get update

0 commit comments

Comments
 (0)