Skip to content

Commit

Permalink
atualizações
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos-kadu committed Nov 21, 2023
1 parent 7b2b6cd commit 03046e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pdf_downloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Script de Download dos Diarios Oficiais

on:
schedule:
- cron: '00 12 * * *'
- cron: '00 00 * * *'

jobs:
run_script:
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.10

- name: Install dependencies
run: |
Expand Down

0 comments on commit 03046e9

Please sign in to comment.