Skip to content

Commit

Permalink
🐛 fix cache conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Jan 31, 2021
1 parent 51a69ee commit 03e6708
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/sync2gitee.list.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 03e6708

Please sign in to comment.