Skip to content

Commit 19c2e2b

Browse files
committed
chore: skip cache because of flaky behaviors.
1 parent f2487ae commit 19c2e2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
uses: golangci/[email protected]
3434
with:
3535
version: latest
36+
# skip cache because of flaky behaviors
37+
skip-build-cache: true
38+
3639
tests-on-windows:
3740
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
3841
runs-on: windows-latest

0 commit comments

Comments
 (0)