Skip to content

Commit eb27078

Browse files
committed
corregir error en pipeline
1 parent 059d92f commit eb27078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
deploy:
128128
name: Deploy a Kubernetes local (kind/minikube)
129129
runs-on: self-hosted
130-
needs: [sign]
130+
#needs: [sign]
131131
steps:
132132
- uses: actions/checkout@v4
133133
- name: Cargar imagen local al clúster kind

0 commit comments

Comments
 (0)