This repository was archived by the owner on Jan 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +26
-16
lines changed
Expand file tree Collapse file tree 2 files changed +26
-16
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,19 @@ name: PostHog Examples - E2E tests
22permissions :
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+
512on :
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
1419jobs :
1520 discover :
Original file line number Diff line number Diff line change @@ -2,18 +2,23 @@ name: PostHog Examples - Integration tests
22permissions :
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+
516on :
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
1823jobs :
1924 discover :
You can’t perform that action at this time.
0 commit comments