Bring back the old config

This commit is contained in:
Vladyslav Fedoriuk 2023-08-06 00:49:30 +02:00
parent 0fb8956a17
commit ffc62be92a

View File

@ -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: