We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c619d5b commit 6c20591Copy full SHA for 6c20591
1 file changed
.github/workflows/runner-cleanup.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: ./.github/actions/cancel-workflows
25
with:
26
token: ${{ secrets.GITHUB_TOKEN }}
27
- hours: 24 # Cancela workflows con más de 24 horas
+ hours: 48 # Cancela workflows con más de 24 horas
28
29
health-check:
30
name: Verificación de Salud Completa
@@ -39,7 +39,7 @@ jobs:
39
echo "Versión del Runner: ${{ runner.version }}"
40
echo "Sistema Operativo: ${{ runner.os }}"
41
echo "::endgroup::"
42
-
+
43
echo "::group::Uso de Disco"
44
df -h || echo "Error al verificar disco"
45
0 commit comments