Skip to content

Commit

Permalink
Minor fix in hashFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 2, 2024
1 parent 9b317a3 commit 248881f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process_kava_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
key: ${{ runner.os }}-go-${{ hashFiles('./rosetta-kava/**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
Expand Down

0 comments on commit 248881f

Please sign in to comment.