Skip to content

Commit e200201

Browse files
committed
get the right fetch depth
1 parent 2aa0854 commit e200201

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-check_easystacks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
- x86_64/intel/skylake_avx512
3030
- x86_64/generic
3131
steps:
32-
- name: Check out software-layer repository
32+
- name: Check out software-layer repositor
3333
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34+
with:
35+
fetch-depth: 0
3436
- name: Check for changed easystackfiles in pr
3537
run: |
3638
#Keep this for now to check once I started testing this with the upstream repo

0 commit comments

Comments
 (0)