Skip to content

Commit 0eff038

Browse files
committed
init
1 parent 273201b commit 0eff038

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/blogposts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: articles workflow
22

3-
on: [push]
3+
#on: [push]
44

5-
#on:
6-
# schedule:
7-
# - cron: '*/1 * * * *'
5+
on:
6+
schedule:
7+
- cron: "*/60 * * * *"
88

99
jobs:
1010
pull_blog_rss:

0 commit comments

Comments
 (0)