Skip to content

Commit

Permalink
remove cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturomtz8 authored Dec 13, 2024
1 parent 3584716 commit dd88da9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/get_posts_and_update_in_bq.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Scrape daily posts from subreddits

#on:
# schedule:
# - cron: '0 9,15,21,3 * * *'
on:
schedule:
- cron: '0 9,15,21,3 * * *'
# on:
# push:
# branches:
# - main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dd88da9

Please sign in to comment.