Skip to content

Commit c638a7a

Browse files
authored
Optimize CI workflow by removing redundant git commands
Removed unnecessary git pull and fetch commands from CI workflow.
1 parent 88ce87d commit c638a7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ jobs:
115115
run: |
116116
git config user.name "${{ github.workflow }} by ${{ github.actor }}"
117117
git config user.email "<>"
118-
git pull
119118
git add Images/TestedWith.json
120119
git commit Images/TestedWith.json -m "Update CI badges ${{ github.ref_name }}"
121-
git fetch
122120
git push

0 commit comments

Comments
 (0)