Skip to content

Commit 5017bf5

Browse files
ci: remove scheduled connector live e2e
1 parent 72d32cf commit 5017bf5

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/connector-live-e2e.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ on:
1818
- "tests/live_gmail_vfs_roundtrip.sh"
1919
- "tests/live_slack_vfs_read.sh"
2020
- "tests/live_linear_vfs_roundtrip.sh"
21-
schedule:
22-
- cron: "17 14 * * 3"
2321
workflow_dispatch:
2422
inputs:
2523
force_oauth_refresh:

docs/e2e-behavior-coverage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ LOCALITY_LIVE_LINEAR_VFS=1 tests/live_linear_vfs_roundtrip.sh
177177
```
178178

179179
GitHub Actions runs `.github/workflows/connector-live-e2e.yml` for relevant
180-
changes on `main`, weekly, and on manual dispatch. The workflow uses the
180+
changes on `main` and on manual dispatch. The workflow uses the
181181
`connector-live-e2e` environment and uploads no artifacts. Normal push and
182-
schedule runs validate refresh-capable OAuth credential JSON but never write
183-
back to GitHub Secrets. Manual dispatch can set `force_oauth_refresh=true` to
182+
push runs validate refresh-capable OAuth credential JSON but never write back
183+
to GitHub Secrets. Manual dispatch can set `force_oauth_refresh=true` to
184184
exercise the broker refresh path. Manual dispatch can also set
185185
`persist_rotated_oauth_secrets=true`; in that mode each OAuth job requires
186186
`LOCALITY_SECRET_ROTATOR_TOKEN`, exports its refreshed credential JSON after the

0 commit comments

Comments
 (0)