From 803c5db9b47a173aeaa6d8ec7225c498ac76f5a3 Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Thu, 26 May 2022 16:10:52 -0400 Subject: [PATCH] chore: disable build CI cache #12059 --- .github/workflows/lint.yml | 3 ++- .github/workflows/release-sims.yml | 3 ++- .github/workflows/sims.yml | 3 ++- .github/workflows/test-race.yml | 6 ++++-- .github/workflows/test.yml | 15 ++++++++++----- 5 files changed, 20 insertions(+), 10 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1117ece8f5..727a556f15 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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: | diff --git a/.github/workflows/release-sims.yml b/.github/workflows/release-sims.yml index 625dee39c0..a07c1e5804 100644 --- a/.github/workflows/release-sims.yml +++ b/.github/workflows/release-sims.yml @@ -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: | diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 1c778fcece..f1db938613 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -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: | diff --git a/.github/workflows/test-race.yml b/.github/workflows/test-race.yml index 76ef6baa53..968b3ccd23 100644 --- a/.github/workflows/test-race.yml +++ b/.github/workflows/test-race.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40e8ad6b2d..6e05b6faf5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |