From e06076aa3acc0606f6c042bb7e9de35a0e285df9 Mon Sep 17 00:00:00 2001 From: uy/sun Date: Thu, 5 Dec 2024 19:25:41 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20CI:=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=20NoneFlow=20=E4=B8=AD=E5=85=B3=E4=BA=8E=20pre-commit?= =?UTF-8?q?=20=E7=9A=84=E9=83=A8=E5=88=86=20(#3166)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/noneflow.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/noneflow.yml b/.github/workflows/noneflow.yml index d819d22e2ff0..c34232a380ef 100644 --- a/.github/workflows/noneflow.yml +++ b/.github/workflows/noneflow.yml @@ -49,12 +49,6 @@ jobs: with: token: ${{ steps.generate-token.outputs.token }} - - name: Cache pre-commit hooks - uses: actions/cache@v4 - with: - path: .cache/.pre-commit - key: noneflow-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }} - - name: NoneFlow uses: docker://ghcr.io/nonebot/noneflow:latest with: @@ -69,7 +63,3 @@ jobs: env: APP_ID: ${{ secrets.APP_ID }} PRIVATE_KEY: ${{ secrets.APP_KEY }} - PRE_COMMIT_HOME: /github/workspace/.cache/.pre-commit - - - name: Fix permission - run: sudo chown -R $(whoami):$(id -ng) .cache/.pre-commit