ci: no need to cache bot session

This commit is contained in:
weishu
2024-03-19 13:32:29 +08:00
parent eb25644a0e
commit cbd47329e8
2 changed files with 2 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ jobs:
- name: Bot session cache
id: bot_session_cache
uses: actions/cache@v3
if: false
with:
path: scripts/ksubot.session
key: ${{ runner.os }}-bot-session