We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1ccce commit 71917bdCopy full SHA for 71917bd
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Checkout Code
38
uses: actions/checkout@v3
39
with:
40
- fetch-depth: 0 # Fetch full history to ensure access to all branches
+ fetch-depth: 2
41
42
- name: Determine All Changes
43
id: all-changes
0 commit comments