Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit ee3f1dc

Browse files
committed
Merge branch 'main' of github.com:PostHog/examples into flask-skill
2 parents b4d5288 + 5fdb183 commit ee3f1dc

File tree

2 files changed

+26
-16
lines changed

2 files changed

+26
-16
lines changed

.github/workflows/e2e.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@ name: PostHog Examples - E2E tests
22
permissions:
33
contents: read
44

5+
# Temporarily disabled - uncomment triggers to re-enable
6+
# on:
7+
# schedule:
8+
# # Runs nightly at 12am PST (which is 8am UTC)
9+
# - cron: '0 8 * * *'
10+
# workflow_dispatch:
11+
512
on:
6-
schedule:
7-
# Runs nightly at 12am PST (which is 8am UTC)
8-
- cron: '0 8 * * *'
913
workflow_dispatch:
10-
11-
# Temporarily disabled - remove this line to re-enable
12-
if: false
14+
inputs:
15+
placeholder:
16+
description: 'Workflow is disabled. This input is a placeholder.'
17+
required: false
1318

1419
jobs:
1520
discover:

.github/workflows/integration.yml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,23 @@ name: PostHog Examples - Integration tests
22
permissions:
33
contents: read
44

5+
# Temporarily disabled - uncomment triggers to re-enable
6+
# on:
7+
# push:
8+
# branches: [ main ]
9+
# pull_request:
10+
# branches: [ main ]
11+
# schedule:
12+
# # Runs nightly at 12am PST (which is 8am UTC)
13+
# - cron: '0 8 * * *'
14+
# workflow_dispatch:
15+
516
on:
6-
push:
7-
branches: [ main ]
8-
pull_request:
9-
branches: [ main ]
10-
schedule:
11-
# Runs nightly at 12am PST (which is 8am UTC)
12-
- cron: '0 8 * * *'
1317
workflow_dispatch:
14-
15-
# Temporarily disabled - remove this line to re-enable
16-
if: false
18+
inputs:
19+
placeholder:
20+
description: 'Workflow is disabled. This input is a placeholder.'
21+
required: false
1722

1823
jobs:
1924
discover:

0 commit comments

Comments
 (0)