Skip to content

Commit

Permalink
disable workflow cacheing
Browse files Browse the repository at this point in the history
  • Loading branch information
danj-replicated committed Jan 10, 2024
1 parent 8d112bc commit a30aabe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.21.0"
cache: false
- name: Go vet
run: |
make vet
Expand All @@ -29,6 +30,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.21.0"
cache: false
- name: Go vet
run: |
make vet
Expand Down Expand Up @@ -56,6 +58,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.21.0"
cache: false
- name: Build Linux AMD64
run: |
make embedded-cluster-linux-amd64 VERSION=dev-$SHORT_SHA
Expand Down

0 comments on commit a30aabe

Please sign in to comment.