Skip to content

Commit 28ac3b5

Browse files
fabiobaltierinashif
authored andcommitted
ci: set two more ccache-cache-key false flags
These two were introduced after the previous commit, disable the cache for them as well, reduce some noise from the github caches page. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 4ef1163 commit 28ac3b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ jobs:
235235
with:
236236
app-path: zephyr
237237
toolchains: 'arm-zephyr-eabi'
238+
enable-ccache: false
238239

239240
- name: install-pip-pkgs
240241
working-directory: zephyr

.github/workflows/errno.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
toolchains: 'arm-zephyr-eabi'
2727
west-group-filter: -hal,-tools,-bootloader,-babblesim
2828
west-project-filter: -nrf_hw_models
29+
enable-ccache: false
2930

3031
- name: Run errno.py
3132
working-directory: zephyr

0 commit comments

Comments
 (0)