ci: fix stuck on migration runs

This commit is contained in:
Arjun Patel
2026-06-11 16:28:33 -07:00
parent 9e3a30f74e
commit 3689f6e203
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
run: |
if [ "${{ inputs.module }}" = "migrations" ]; then
kubectl delete job migrations --ignore-not-found
skaffold run -p migrations --tail
skaffold run -p migrations
else
skaffold run -p ${{ inputs.environment }} -m ${{ inputs.module }}
fi