We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa0854 commit e200201Copy full SHA for e200201
.github/workflows/test-check_easystacks.yml
@@ -29,8 +29,10 @@ jobs:
29
- x86_64/intel/skylake_avx512
30
- x86_64/generic
31
steps:
32
- - name: Check out software-layer repository
+ - name: Check out software-layer repositor
33
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34
+ with:
35
+ fetch-depth: 0
36
- name: Check for changed easystackfiles in pr
37
run: |
38
#Keep this for now to check once I started testing this with the upstream repo
0 commit comments