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