diff --git a/.github/workflows/scraping.yaml b/.github/workflows/scraping.yaml index 47253e7..eb32fe4 100644 --- a/.github/workflows/scraping.yaml +++ b/.github/workflows/scraping.yaml @@ -1,12 +1,12 @@ name: Scraping the repositories from Source Graph on: - - schedule: + schedule: # Trigger every day at midnight # https://crontab.guru/#0_0_*_*_* - cron: '0 0 * * *' # Allow manual triggering - - workflow_dispatch: + workflow_dispatch: jobs: