Skip to content

Commit 6b7e207

Browse files
authored
[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.
1 parent d60f77a commit 6b7e207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/runtime_prereleases_manual.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
# different versions of the same package, even if they use different
8989
# dist tags.
9090
needs: publish_prerelease_canary
91+
# Ensures the job runs even if canary is skipped
92+
if: always()
9193
with:
9294
commit_sha: ${{ inputs.prerelease_commit_sha }}
9395
release_channel: experimental

0 commit comments

Comments
 (0)