From: Leonardo Lima Date: Thu, 25 Sep 2025 04:05:29 +0000 (+1000) Subject: fix(ci): remove retry/retry-delay X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=64934e1777f61df5202fddcfd320a9937e3b34ed;p=bdk fix(ci): remove retry/retry-delay --- diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 52f0b3e4..d6d8e9ac 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -36,8 +36,6 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - retry: 3 - retry-delay: 30 - name: Upload artifact uses: actions/upload-artifact@v4 with: