chore: deduplicate workflows
This commit is contained in:
parent
f20ff5d6ec
commit
cbf2f0e92b
2 changed files with 1 additions and 23 deletions
1
.github/workflows/blog-posts-to-readme.yaml
vendored
1
.github/workflows/blog-posts-to-readme.yaml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: Blog posts to readme
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 15 * * *'
|
||||
jobs:
|
||||
|
|
Reference in a new issue