chore: disable build CI cache #12059

This commit is contained in:
Aleksandr Bezobchuk 2022-05-26 16:10:52 -04:00 committed by GitHub
parent e1413cb698
commit 803c5db9b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 10 deletions

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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

View File

@ -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: |