Skip to content

Commit

Permalink
bugfix: Filter rs that are not part of the current Deployement (#191)
Browse files Browse the repository at this point in the history
Signed-off-by: zhengjr <[email protected]>
  • Loading branch information
zhengjr9 authored and vvhuang-ll committed Dec 13, 2024
1 parent eae1b1c commit cca34e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- name: Clean Go Module Cache
run: |
rm -rf ~/go/pkg/mod
- name: Cache Go Dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit cca34e9

Please sign in to comment.