Add posthog test task
This commit is contained in:
parent
e815a20dd3
commit
8d2c10a855
1 changed files with 5 additions and 2 deletions
7
.github/workflows/posthog_pipeline.yaml
vendored
7
.github/workflows/posthog_pipeline.yaml
vendored
|
|
@ -1,8 +1,11 @@
|
|||
name: Push GitHub Data to PostHog
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Runs every day at midnight
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
# schedule:
|
||||
# - cron: '0 0 * * *' # Runs every day at midnight
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue