Skip to content

Commit 31e913b

Browse files
committed
fix: push requirements with conflicts
1 parent 89aa9ce commit 31e913b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pi_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ jobs:
201201
if [ -f "dev.${{ env.DOCKERFILE }}" ]; then git add dev.${{ env.DOCKERFILE }}; fi
202202
if [ -f "gpu.${{ env.DOCKERFILE }}" ]; then git add gpu.${{ env.DOCKERFILE }}; fi
203203
git commit -m "ci: update requirements and Dockerfile" || true
204+
git push origin ${{ env.HEAD_REF }} || true
204205
echo "::notice::${{ matrix.app }} - updated requirement files and ${{ env.DOCKERFILE }}s"
205206
206207
export exitcode=0

0 commit comments

Comments
 (0)