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
|
name: Push GitHub Data to PostHog
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
pull_request:
|
||||||
- cron: '0 0 * * *' # Runs every day at midnight
|
branches:
|
||||||
|
- main
|
||||||
|
# schedule:
|
||||||
|
# - cron: '0 0 * * *' # Runs every day at midnight
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue