Skip to content

Commit 2ad0d9b

Browse files
committed
workflow changed
1 parent 9c7667d commit 2ad0d9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/solutionValidation.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
fetch-depth: 0
2222
- name: Get Modified Files
2323
run: |
24-
git fetch origin master:refs/remotes/origin/master
2524
git diff --name-only origin/master ${{ github.event.pull_request.head.sha }}/../../../Solutions/ > changed_files.txt
2625
echo "changed_files=$(cat changed_files.txt)" >> $GITHUB_ENV
2726
cat changed_files.txt

0 commit comments

Comments
 (0)