We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066c742 commit 2b64b90Copy full SHA for 2b64b90
.github/workflows/e2e.yml
@@ -64,7 +64,7 @@ jobs:
64
PROJECT_ID: ${{ vars.PROJECT_ID }}
65
66
- name: Send failure event to PostHog
67
- if: failure() && github.event_name == 'schedule'
+ if: failure()
68
uses: PostHog/[email protected]
69
# A CDP destination is set-up to alert when we get this event
70
with:
.github/workflows/integration.yml
@@ -66,8 +66,7 @@ jobs:
NEXT_PUBLIC_POSTHOG_HOST: ${{ vars.NEXT_PUBLIC_POSTHOG_HOST }}
- # if: failure() && github.event_name == 'schedule'
- if: true
71
72
73
0 commit comments