Skip to content

Commit

Permalink
change cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-jn committed Feb 9, 2024
1 parent 3ada7c9 commit 5434441
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/data-fetch-push.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
name: Update Stars, Pulls and Downloads From APIs

on:
pull_request:
branches:
- main
push:
branches:
- main
# pull_request:
# branches:
# - main
schedule:
- cron: '0 8 * * 1' # Runs at 8:00 AM every Monday
- cron: '*/1 * * * *' # Runs at 8:00 AM every Monday

jobs:
fetchAndUpdate:
runs-on: ubuntu-latest
if: github.actor != 'github-actions[bot]'

steps:
- name: Checkout repository
Expand Down

0 comments on commit 5434441

Please sign in to comment.