Skip to content

Commit

Permalink
Cambiado schedule a ejecutarse el primer del mes a mediodia
Browse files Browse the repository at this point in the history
  • Loading branch information
Scot3004 committed Jun 21, 2024
1 parent cbf381c commit 23f0409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Actualizar eventos meetup"

on:
schedule:
- cron: "0 12 * * 6" # Todos los sabados a las 12:00
- cron: "0 17 1 * *" # El primero de cada mes a mediodia UTC-5 Github esta en formato UTC
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 23f0409

Please sign in to comment.