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
|
- name: Bot session cache
|
||||||
id: bot_session_cache
|
id: bot_session_cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
if: false
|
||||||
with:
|
with:
|
||||||
path: scripts/ksubot.session
|
path: scripts/ksubot.session
|
||||||
key: ${{ runner.os }}-bot-session
|
key: ${{ runner.os }}-bot-session
|
||||||
|
|||||||
1
.github/workflows/build-kernel-a14.yml
vendored
1
.github/workflows/build-kernel-a14.yml
vendored
@@ -98,6 +98,7 @@ jobs:
|
|||||||
- name: Bot session cache
|
- name: Bot session cache
|
||||||
id: bot_session_cache
|
id: bot_session_cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
if: false
|
||||||
with:
|
with:
|
||||||
path: scripts/ksubot.session
|
path: scripts/ksubot.session
|
||||||
key: ${{ runner.os }}-bot-session
|
key: ${{ runner.os }}-bot-session
|
||||||
|
|||||||
Reference in New Issue
Block a user