]> Untitled Git - bdk/commitdiff
Merge bitcoindevkit/bdk#2047: fix(ci): remove retry/retry-delay
authormerge-script <hello@evanlinjin.me>
Thu, 25 Sep 2025 10:33:42 +0000 (10:33 +0000)
committermerge-script <hello@evanlinjin.me>
Thu, 25 Sep 2025 10:33:42 +0000 (10:33 +0000)
64934e1777f61df5202fddcfd320a9937e3b34ed fix(ci): remove retry/retry-delay (Leonardo Lima)

Pull request description:

  ### Description

  It looks like that the retry approach introduced on #2032 does not really work, as the github  workflow syntax does not have those fields.

  I've opened this PR to revert the changes, and make sure that CI is working again. Though I still think we can implement a manual retry logic on our side, probably using gh cli inside of the CI job.

  ### Notes to the reviewers

  It needs to be merged in order to coverage CI to work properly again.

  ### Changelog notice

  ### Checklists

  #### All Submissions:

  * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)

ACKs for top commit:
  evanlinjin:
    ACK 64934e1777f61df5202fddcfd320a9937e3b34ed

Tree-SHA512: 273e09bbfd841cbbcc0f57e24ae40dd0bcb68523fec684d9e380629ac6b0aab198214f8208fb48e88cfa391b3c6a427d757492da465495301cdfb44d28f6ab8c


Trivial merge