Skip to content

Commit

Permalink
Push production budget limit up temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Sep 20, 2024
1 parent c862bbf commit 7e9d284
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ jobs:
400,
500,
600,
[700, "./cloud shutdown kernelci-production \"\" -v"]
700,
800,
900,
[1000, "./cloud shutdown kernelci-production \"\" -v"]
]'
declare -a args=(
kernelci-production ""
Expand Down

0 comments on commit 7e9d284

Please sign in to comment.