[ci] Name the sdk-nrf cache steps after the nRF Connect SDK (#17392)

This commit is contained in:
Jonathan Swoboda
2026-07-04 12:46:16 -04:00
committed by GitHub
parent 4c8e45a222
commit fcfaa43e1e
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -529,7 +529,7 @@ jobs:
with:
framework: arduino
- name: Cache sdk-nrf install
- name: Cache nRF Connect SDK install
if: matrix.cache_sdk_nrf
uses: ./.github/actions/cache-sdk-nrf
@@ -849,7 +849,7 @@ jobs:
uses: ./.github/actions/cache-esp-idf
with:
restore-only: true
- name: Cache sdk-nrf install (restore-only)
- name: Cache nRF Connect SDK install (restore-only)
# Only batches whose test platforms include nrf52 need the native
# sdk-nrf install; never save -- just reuse the shared install the
# dev nrf52 tidy job cached when present.