Skip to content

Commit

Permalink
Reverting test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
victorrgouvea committed Sep 27, 2024
1 parent 2697f4d commit 8e4db01
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/new_posts.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Generate New Posts

on:
push:
branches:
- master
schedule:
- cron: '0 0 * * *'
- cron: '0 6 * * *' # 3 da manhã no Brasil

jobs:
post:
Expand All @@ -21,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f python/requirements.txt ]; then pip install -r python/requirements.txt; fi
- name: Run scrapy for Electrek
- name: Run scrapy for all sources
run: |
cd python/scraper/eletrificado
scrapy crawl electrek -O ../../electrek.json
Expand Down

0 comments on commit 8e4db01

Please sign in to comment.