From 03e6708f81403283d670ac055cc9ada44ad0e73b Mon Sep 17 00:00:00 2001 From: yi_Xu Date: Sun, 31 Jan 2021 20:18:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20cache=20conflict?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync2gitee.list.org.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sync2gitee.list.org.yml b/.github/workflows/sync2gitee.list.org.yml index 37bd435..c35fc2b 100644 --- a/.github/workflows/sync2gitee.list.org.yml +++ b/.github/workflows/sync2gitee.list.org.yml @@ -12,9 +12,6 @@ on: description: 'debug of hub mirror action' required: false default: 'false' - schedule: - # UTC 17:30 -> CST (China) 1:30 see https://datetime360.com/cn/utc-cst-china-time/ - - cron: '30 17 * * *' jobs: run: @@ -36,8 +33,8 @@ jobs: id: cache with: path: ${{ github.workspace }}/hub-mirror-cache - key: ${{ runner.os }}-${{ steps.info.outputs.key }}-list-org-cache-${{ steps.info.outputs.time }} - restore-keys: ${{ runner.os }}-${{ steps.info.outputs.key }}-list-org- + key: ${{ runner.os }}-${{ steps.info.outputs.key }}-org-list-cache-${{ steps.info.outputs.time }} + restore-keys: ${{ runner.os }}-${{ steps.info.outputs.key }}-org-list- - name: Generate repo list id: repo