Add tasks for segment sync and posthog sync
This commit is contained in:
parent
354c8b1f61
commit
9dd955524b
3 changed files with 14 additions and 10 deletions
|
|
@ -1,8 +1,8 @@
|
|||
name: analytics | Update Cognee Stats Daily
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 1 * * *' # Runs every day at 01:00 UTC
|
||||
on: pull_request
|
||||
#on:
|
||||
# schedule:
|
||||
# - cron: '0 1 * * *' # Runs every day at 01:00 UTC
|
||||
|
||||
jobs:
|
||||
update_stats:
|
||||
|
|
|
|||
10
.github/workflows/daily_twitter_stats.yaml
vendored
10
.github/workflows/daily_twitter_stats.yaml
vendored
|
|
@ -1,9 +1,11 @@
|
|||
name: analytics | Send Twitter Followers to Segment
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Runs daily at midnight UTC. Adjust as needed.
|
||||
workflow_dispatch: # Allows manual triggering of the workflow
|
||||
on: pull_request
|
||||
|
||||
#on:
|
||||
# schedule:
|
||||
# - cron: '0 0 * * *' # Runs daily at midnight UTC. Adjust as needed.
|
||||
# workflow_dispatch: # Allows manual triggering of the workflow
|
||||
|
||||
jobs:
|
||||
send-followers:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
name: analytics | Historical Import of Cognee Stats
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
on: pull_request
|
||||
|
||||
#on:
|
||||
# workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
import_stats:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue