Skip to content

Commit

Permalink
fix: Update kaito-e2e.yml (#614)
Browse files Browse the repository at this point in the history
**Reason for Change**:
Prevent auto run of az-karpenter while its WIP

Signed-off-by: Ishaan Sehgal <ishaanforthewin@gmail.com>
  • Loading branch information
ishaansehgal99 authored Oct 8, 2024
1 parent cccb1cb commit 2b07c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kaito-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-provisioner: [gpuprovisioner, azkarpenter]
node-provisioner: [gpuprovisioner] # WIP: azkarpenter]
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit 2b07c29

Please sign in to comment.