mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
ci(release): rename redis-chaos-gate to redis-chaos-check
Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
parent
445b45f261
commit
39324dc960
1 changed files with 3 additions and 3 deletions
6
.github/workflows/create-release.yml
vendored
6
.github/workflows/create-release.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
echo "${TAG} is a stable or RC tag and must pass the chaos gate"
|
||||
fi
|
||||
|
||||
redis-chaos-gate:
|
||||
redis-chaos-check:
|
||||
name: Redis Chaos E2E
|
||||
needs: run-stable-release-checks
|
||||
if: needs.run-stable-release-checks.outputs.gated == 'true'
|
||||
|
|
@ -63,8 +63,8 @@ jobs:
|
|||
|
||||
release:
|
||||
name: Create Release
|
||||
needs: [run-stable-release-checks, redis-chaos-gate]
|
||||
if: always() && needs.run-stable-release-checks.result == 'success' && (needs.redis-chaos-gate.result == 'success' || needs.redis-chaos-gate.result == 'skipped')
|
||||
needs: [run-stable-release-checks, redis-chaos-check]
|
||||
if: always() && needs.run-stable-release-checks.result == 'success' && (needs.redis-chaos-check.result == 'success' || needs.redis-chaos-check.result == 'skipped')
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue