Skip to content

Commit

Permalink
Corrected feed and set workflow time to 6 am
Browse files Browse the repository at this point in the history
  • Loading branch information
pietercolpaert committed Feb 12, 2024
1 parent 08e2831 commit fcbe979
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sweden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: Sweden
# Controls when the workflow will run
on:
schedule:
# should run every night at 2 am
- cron: '0 2 * * *'
# should run every morning at 6 am
- cron: '0 6 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
13 changes: 13 additions & 0 deletions sweden/feed.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@
ldes:timestampPath as:published ;
ldes:versionOfPath as:object ;
tree:view <feed.ttl> .

<feed.ttl> tree:relation [
a tree:GreaterThanOrEqualToRelation ;
tree:path as:published ;
tree:value "2024-02-11T00:00:00Z"^^xsd:dateTime ;
tree:node <2024-02-11.trig>
] ,
[
a tree:LessThanOrEqualToRelation ;
tree:path as:published ;
tree:value "2024-02-11T23:59:99Z"^^xsd:dateTime ;
tree:node <2024-02-11.trig>
] .

0 comments on commit fcbe979

Please sign in to comment.