Skip to content

Commit cbefaba

Browse files
committed
Fetch all commit history in scope job
1 parent 4beb512 commit cbefaba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/NativePipeline.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
steps:
7676
- name: "Check out code"
7777
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
78-
78+
with:
79+
fetch-depth: 1
7980
- name: "Determine scope"
8081
id: scope
8182
run: |

0 commit comments

Comments
 (0)