mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-15 05:37:05 +00:00
Bring back the old config
This commit is contained in:
parent
0fb8956a17
commit
ffc62be92a
4
.github/workflows/scraping.yaml
vendored
4
.github/workflows/scraping.yaml
vendored
@ -1,12 +1,12 @@
|
|||||||
name: Scraping the repositories from Source Graph
|
name: Scraping the repositories from Source Graph
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- schedule:
|
schedule:
|
||||||
# Trigger every day at midnight
|
# Trigger every day at midnight
|
||||||
# https://crontab.guru/#0_0_*_*_*
|
# https://crontab.guru/#0_0_*_*_*
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
# Allow manual triggering
|
# Allow manual triggering
|
||||||
- workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user