DataDog / dd-sdk-ios

Datadog SDK for iOS - Swift and Objective-C.
Apache License 2.0
205 stars 123 forks source link

chore: Increase delay in publish "legacy" podspecs job #2045

Closed ncreated closed 2 weeks ago

ncreated commented 2 weeks ago

What does this PR do?

🧰 This PR adds an additional 20-minute delay to the "Publish CP podspecs (legacy)" release job. The extra time ensures that "internal" and "dependent" podspecs, published earlier, are available, reducing the need for manual job restart.

This delay should have been included in PR #1945 but was missed due to an oversight.

How?

The job configuration was updated to include the extended delay.

Review checklist