Skip to content

Commit

Permalink
ci: fetch updates with 12 hour interval
Browse files Browse the repository at this point in the history
  • Loading branch information
kskarthik committed Nov 26, 2024
1 parent 5a3046f commit f13edff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Refresh Feed

on:
schedule:
- cron: 0 0,6,12,18 * * *
- cron: 0 0,12 * * *

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A simple tool which converts News and updates from the Indian
[GST portal](https://gst.gov.in) as RSS (atom) feeds which can then be used in
various integrations (like feed readers, bots)

Demo Feed url (refreshed every 6 hours):
Demo Feed url (refreshed every 12 hours):
[https://kskarthik.github.io/gstfeed/feed.xml](https://kskarthik.github.io/gstfeed/feed.xml)

# Installation
Expand Down

0 comments on commit f13edff

Please sign in to comment.