ci: no need to cache bot session
This commit is contained in:
1
.github/workflows/build-kernel-a12.yml
vendored
1
.github/workflows/build-kernel-a12.yml
vendored
@@ -84,6 +84,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
|
||||
|
||||
Reference in New Issue
Block a user