Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 8, 2024
1 parent d58d895 commit 8525025
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/process_kava_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
with:
go-version-file: rosetta-kava/go.mod

- name: Cache Go Modules
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('./rosetta-kava/**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
# - name: Cache Go Modules
# uses: actions/cache@v4
# with:
# path: ~/go/pkg/mod
# key: ${{ runner.os }}-go-${{ hashFiles('./rosetta-kava/**/go.sum') }}
# restore-keys: |
# ${{ runner.os }}-go-
#
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit 8525025

Please sign in to comment.