[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.
This commit is contained in:
lauren
2025-06-13 15:29:59 -04:00
committed by GitHub
parent d60f77a533
commit 6b7e207cab

View File

@@ -88,6 +88,8 @@ jobs:
# different versions of the same package, even if they use different
# dist tags.
needs: publish_prerelease_canary
# Ensures the job runs even if canary is skipped
if: always()
with:
commit_sha: ${{ inputs.prerelease_commit_sha }}
release_channel: experimental