Browse Source

ci: make cache hash independent of input parameter

xmkb
Adrian 2 years ago committed by Pete Johanson
parent
commit
142d518734
  1. 2
      .github/workflows/build-user-config.yml

2
.github/workflows/build-user-config.yml

@ -80,7 +80,7 @@ jobs: @@ -80,7 +80,7 @@ jobs:
zephyr/
bootloader/
zmk/
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('${{ inputs.config_path }}/west.yml') }}
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/west.yml', '**/build.yaml') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-

Loading…
Cancel
Save