Skip to content

Commit

Permalink
fix: remove dupe ftl.rpc metrics (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
safeer authored and alecthomas committed Aug 6, 2024
1 parent 931346b commit c8430d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ runs:
- id: find-go-build-cache
shell: bash
run: echo "cache=$(go env GOCACHE)" >> $GITHUB_OUTPUT
- name: Cache Docker Images
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yaml') }}
- name: Restore Go Modules Cache
id: cache-go-modules
uses: actions/cache/restore@v4
Expand Down

0 comments on commit c8430d2

Please sign in to comment.