Skip to content

Commit

Permalink
Update run_python_script.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TokyoghoulEs authored Dec 26, 2024
1 parent 266e4af commit 1cfce45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_python_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Ejecutar Código Python Cada X Horas
on:
schedule:
# Ejecutar cada hora
- cron: "50 * * * *"
- cron: "55 * * * *"
workflow_dispatch: # Habilita el disparo manual

jobs:
Expand Down

0 comments on commit 1cfce45

Please sign in to comment.