Add posthog test task

This commit is contained in:
Vasilije 2024-09-25 17:09:10 +02:00
parent e815a20dd3
commit 8d2c10a855

View file

@ -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: