Skip to content

Commit e51e003

Browse files
committed
testing
1 parent cfe491c commit e51e003

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_criterion.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
BRANCH_NAME: ${{ github.event.before }}
2727
steps:
2828
- uses: actions/checkout@v4
29+
with:
30+
fetch-depth: 10 # Fetch current commit and its parent
2931
- uses: arduino/setup-protoc@v3
3032
with:
3133
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)