Skip to content

Commit

Permalink
Update atualiza_tabelas.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-oss authored Nov 4, 2023
1 parent 4d504bd commit 2209dc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/atualiza_tabelas.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: run main.py

on:
schedule: [{cron: "30 10 * * 6"}] #agendamento
schedule:
- cron: 30 */1 * * *

jobs:
build:
Expand Down

0 comments on commit 2209dc5

Please sign in to comment.