From 3399bfcb214a1cd9afe2ab2ec8940dbe312c938f Mon Sep 17 00:00:00 2001 From: 7d <61975820+iiiii7d@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:18:36 +0800 Subject: [PATCH] Delete .github/workflows/update.yaml --- .github/workflows/update.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/update.yaml diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml deleted file mode 100644 index 2793c683..00000000 --- a/.github/workflows/update.yaml +++ /dev/null @@ -1,19 +0,0 @@ -on: - workflow_dispatch: - schedule: - - cron: 0 0 * * 0 - -permissions: - contents: write - -jobs: - update: - runs-on: ubuntu-latest - if: github.ref == 'refs/heads/dist' - - steps: - - uses: actions/checkout@v4 - - uses: pypa/hatch@install - - run: sudo apt-get update; sudo apt-get install --no-install-recommends graphviz graphviz-dev - - run: bash update.sh - - run: git push \ No newline at end of file