Skip to content

Commit 01e5a44

Browse files
committed
fix: git pushes
1 parent e5e1963 commit 01e5a44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pi_build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ jobs:
197197
git add requirements/*.txt ${{ env.DOCKERFILE }} dev.${{ env.DOCKERFILE }}
198198
if [ -f "gpu.${{ env.DOCKERFILE }}" ]; then git add gpu.${{ env.DOCKERFILE }}; fi
199199
git commit -m "ci: update requirements and Dockerfile" || true
200-
git push origin ${{ env.HEAD_REF }}
201200
echo "::notice::${{ matrix.app }} - updated requirement files and ${{ env.DOCKERFILE }}s"
202201
203202
export exitcode=0

0 commit comments

Comments
 (0)