[ci] Don't skip experimental prerelease incorrectly (#33527)
Previously the experimental workflow relied on the canary one running first to avoid race conditions. However, I didn't account for the fact that the canary one can now be skipped.
lauren committed
Jun 13, 2025 at 15:29 UTC
6b7e207cabe4c1bc9390d862dd9228e94e9edf4b
1 file changed
+2
.github/workflows/runtime_prereleases_manual.yml
+2
@@ -88,6 +88,8 @@ jobs:
88
# different versions of the same package, even if they use different
89
# dist tags.
90
needs: publish_prerelease_canary
91
+ # Ensures the job runs even if canary is skipped
92
+ if: always()
93
with:
94
commit_sha: ${{ inputs.prerelease_commit_sha }}
95
release_channel: experimental