chore: disable build CI cache #12059
This commit is contained in:
parent
e1413cb698
commit
803c5db9b4
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -23,7 +23,8 @@ jobs:
|
||||
go.mod
|
||||
go.sum
|
||||
- name: Get data from Go build cache
|
||||
if: env.GIT_DIFF
|
||||
# if: env.GIT_DIFF
|
||||
if: ${{ false }}
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
|
||||
3
.github/workflows/release-sims.yml
vendored
3
.github/workflows/release-sims.yml
vendored
@ -18,7 +18,8 @@ jobs:
|
||||
path: ~/go/bin
|
||||
key: ${{ runner.os }}-go-runsim-binary
|
||||
- name: Get data from Go build cache
|
||||
if: env.GIT_DIFF
|
||||
# if: env.GIT_DIFF
|
||||
if: ${{ false }}
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
|
||||
3
.github/workflows/sims.yml
vendored
3
.github/workflows/sims.yml
vendored
@ -33,7 +33,8 @@ jobs:
|
||||
go.mod
|
||||
go.sum
|
||||
- name: Get data from Go build cache
|
||||
if: env.GIT_DIFF
|
||||
# if: env.GIT_DIFF
|
||||
if: ${{ false }}
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
|
||||
6
.github/workflows/test-race.yml
vendored
6
.github/workflows/test-race.yml
vendored
@ -50,7 +50,8 @@ jobs:
|
||||
**/go.sum
|
||||
- name: Get data from Go build cache
|
||||
uses: actions/cache@v3
|
||||
if: env.GIT_DIFF
|
||||
# if: env.GIT_DIFF
|
||||
if: ${{ false }}
|
||||
with:
|
||||
path: |
|
||||
~/go/pkg/mod
|
||||
@ -114,7 +115,8 @@ jobs:
|
||||
go.sum
|
||||
- name: Get data from Go build cache
|
||||
uses: actions/cache@v3
|
||||
if: env.GIT_DIFF
|
||||
# if: env.GIT_DIFF
|
||||
if: ${{ false }}
|
||||
with:
|
||||
path: |
|
||||
~/go/pkg/mod
|
||||
|
||||
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
@ -36,7 +36,8 @@ jobs:
|
||||
**/go.mod
|
||||
**/go.sum
|
||||
- name: Get data from Go build cache
|
||||
if: env.GIT_DIFF
|
||||
# if: env.GIT_DIFF
|
||||
if: ${{ false }}
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
@ -73,7 +74,8 @@ jobs:
|
||||
go.mod
|
||||
go.sum
|
||||
- name: Get data from Go build cache
|
||||
if: env.GIT_DIFF
|
||||
# if: env.GIT_DIFF
|
||||
if: ${{ false }}
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
@ -138,7 +140,8 @@ jobs:
|
||||
go.mod
|
||||
go.sum
|
||||
- name: Get data from Go build cache
|
||||
if: env.GIT_DIFF
|
||||
# if: env.GIT_DIFF
|
||||
if: ${{ false }}
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
@ -224,7 +227,8 @@ jobs:
|
||||
go.mod
|
||||
go.sum
|
||||
- name: Get data from Go build cache
|
||||
if: env.GIT_DIFF
|
||||
# if: env.GIT_DIFF
|
||||
if: ${{ false }}
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
@ -253,7 +257,8 @@ jobs:
|
||||
go.mod
|
||||
go.sum
|
||||
- name: Get data from Go build cache
|
||||
if: env.GIT_DIFF
|
||||
# if: env.GIT_DIFF
|
||||
if: ${{ false }}
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user