chore: workflow
This commit is contained in:
parent
a1ecd2f280
commit
5cf8a58624
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
name: Scheduled post to Bluesky
|
name: Scheduled post to Bluesky
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 */2 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
Feed2SocialMedia:
|
Feed2SocialMedia:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Reference in a new issue