Skip to content

Commit 68b642f

Browse files
authored
Update jobs_2.yaml
1 parent 802d064 commit 68b642f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jobs_2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
# Job de compilación ("build")
88
build:
99
name: Build
10-
runs-on: labs-runner
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout del código
1313
uses: actions/checkout@v3
@@ -29,8 +29,8 @@ jobs:
2929
deploy:
3030
name: Deploy
3131
needs: build # solo corre si build termina con éxito
32-
runs-on: labs-runner
32+
runs-on: ubuntu-latest
3333
steps:
3434
- name: Imprimir mensaje de deploy
3535
run: |
36-
echo "Desplegando la aplicación porque build fue exitoso."
36+
echo "Desplegando la aplicación porque build fue exitoso."

0 commit comments

Comments
 (0)