We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89aa9ce commit 31e913bCopy full SHA for 31e913b
.github/workflows/pi_build.yml
@@ -201,6 +201,7 @@ jobs:
201
if [ -f "dev.${{ env.DOCKERFILE }}" ]; then git add dev.${{ env.DOCKERFILE }}; fi
202
if [ -f "gpu.${{ env.DOCKERFILE }}" ]; then git add gpu.${{ env.DOCKERFILE }}; fi
203
git commit -m "ci: update requirements and Dockerfile" || true
204
+ git push origin ${{ env.HEAD_REF }} || true
205
echo "::notice::${{ matrix.app }} - updated requirement files and ${{ env.DOCKERFILE }}s"
206
207
export exitcode=0
0 commit comments