Skip to content

Commit 264ae7f

Browse files
debugging 12
1 parent 47c666f commit 264ae7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/premerge.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
fetch-depth: 2
2525
- name: Build and Test
2626
run: |
27-
git config --global --add safe.directory '*'
28-
2927
modified_files=$(git diff --name-only HEAD~1...HEAD)
3028
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
3129

0 commit comments

Comments
 (0)