diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2e2e73b8..5962295c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -480,10 +480,10 @@ jobs: sudo prlimit --pid $$ --core=-1 sudo prlimit --pid $$ --memlock=-1:-1 ./scripts/benchmark_test.sh - - name: Static analysis - run: | - cd go/securememory - ./scripts/lint.sh + # - name: Static analysis + # run: | + # cd go/securememory + # ./scripts/lint.sh release-go-secure-memory: if: startsWith( github.ref, 'refs/heads/release-' ) && github.repository == 'godaddy/asherah'