Skip to content

Commit 6c20591

Browse files
authored
Update runner-cleanup.yml
1 parent c619d5b commit 6c20591

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/runner-cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ./.github/actions/cancel-workflows
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
27-
hours: 24 # Cancela workflows con más de 24 horas
27+
hours: 48 # Cancela workflows con más de 24 horas
2828

2929
health-check:
3030
name: Verificación de Salud Completa
@@ -39,7 +39,7 @@ jobs:
3939
echo "Versión del Runner: ${{ runner.version }}"
4040
echo "Sistema Operativo: ${{ runner.os }}"
4141
echo "::endgroup::"
42-
42+
4343
echo "::group::Uso de Disco"
4444
df -h || echo "Error al verificar disco"
4545
echo "::endgroup::"

0 commit comments

Comments
 (0)