diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 566fa06a..488e9a1e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,12 +24,12 @@ jobs: if: github.base_ref == 'main' run: curl -L "docs.google.com/spreadsheets/d/${{ secrets['SHEET_ID_${github.base_ref}'] }}/gviz/tq?tqx=out:csv&sheet=Ukrainian" -o table.csv - - uses: baptiste0928/cargo-install@v2 - with: - crate: cargo-bloat - - run: cd bot && cargo bloat - env: - SHEET_ID: ${{ secrets['SHEET_ID_${github.base_ref}'] }} + # - uses: baptiste0928/cargo-install@v2 + # with: + # crate: cargo-bloat + # - run: cd bot && cargo bloat + # env: + # SHEET_ID: ${{ secrets['SHEET_ID_${github.base_ref}'] }} - name: Test and build release if: github.base_ref == 'main'