diff --git a/.github/workflows/esti.yaml b/.github/workflows/esti.yaml index f280158465c..25551cc301f 100644 --- a/.github/workflows/esti.yaml +++ b/.github/workflows/esti.yaml @@ -67,7 +67,6 @@ jobs: cache-dependency-path: webui/package-lock.json - name: Generate code - if: steps.restore-cache.outputs.cache-hit != 'true' run: | make -j3 gen-api gen-ui VERSION=${{ steps.version.outputs.tag }} tar -cf /tmp/generated.tar.gz ./webui/dist ./pkg/auth/client.gen.go ./pkg/permissions/actions.gen.go ./pkg/api/apigen/lakefs.gen.go