diff --git a/.github/workflows/caching-build.yml b/.github/workflows/caching-build.yml index 6f34ffb2b..3c0febd46 100644 --- a/.github/workflows/caching-build.yml +++ b/.github/workflows/caching-build.yml @@ -201,9 +201,9 @@ jobs: # get latest head commit of sched_ext for-next - run: echo "SCHED_EXT_KERNEL_COMMIT=fc86083" >> $GITHUB_ENV - # cache bzImage alone for rust tests + # Cache Kernel alone for rust tests - name: Cache bzImage - id: cache-bzImage + id: cache-kernel uses: actions/cache@v4 with: path: | @@ -245,9 +245,9 @@ jobs: # get latest head commit of sched_ext for-next - run: echo "SCHED_EXT_KERNEL_COMMIT=fc86083" >> $GITHUB_ENV - # cache bzImage alone for rust tests + # Cache Kernel alone for rust tests - name: Cache bzImage - id: cache-bzImage + id: cache-kernel uses: actions/cache@v4 with: path: |