From 682b3f55b636f23374d50d7ca3510998962d5389 Mon Sep 17 00:00:00 2001 From: Marko Date: Sun, 17 Apr 2022 16:28:11 +0200 Subject: [PATCH] remove git_diff check (#11660) --- .github/workflows/sims.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 7ac5c1d0a..248f3456b 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -54,23 +54,13 @@ jobs: go-version: 1.17 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v6.0.1 - with: - SUFFIX_FILTER: | - **/**.go - go.mod - go.sum - SET_ENV_NAME_INSERTIONS: 1 - SET_ENV_NAME_LINES: 1 - uses: actions/cache@v3 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary - if: env.GIT_DIFF - name: test-sim-import-export run: | make test-sim-import-export - if: env.GIT_DIFF test-sim-after-import: runs-on: ubuntu-latest @@ -83,23 +73,13 @@ jobs: go-version: 1.17 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v6.0.1 - with: - SUFFIX_FILTER: | - **/**.go - go.mod - go.sum - SET_ENV_NAME_INSERTIONS: 1 - SET_ENV_NAME_LINES: 1 - uses: actions/cache@v3 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary - if: env.GIT_DIFF - name: test-sim-after-import run: | make test-sim-after-import - if: env.GIT_DIFF test-sim-multi-seed-short: runs-on: ubuntu-latest @@ -112,20 +92,10 @@ jobs: go-version: 1.17 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v6.0.1 - with: - SUFFIX_FILTER: | - **/**.go - go.mod - go.sum - SET_ENV_NAME_INSERTIONS: 1 - SET_ENV_NAME_LINES: 1 - uses: actions/cache@v3 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary - if: env.GIT_DIFF - name: test-sim-multi-seed-short run: | make test-sim-multi-seed-short - if: env.GIT_DIFF