Skip to content

Commit c6bc075

Browse files
Remove nightly schedule from CI (full) workflow
The nightly cron run was failing every night and is not needed; the full suite still runs on demand (workflow_dispatch) and as a pre-release gate. Release/publish runs are driven by tags. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9748299 commit c6bc075

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci-full.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: CI (full)
33
# Runs the full suite that the fast PR gate skips: the Windows-only integration
44
# tests on windows-latest and the cross-platform Docker/data-layer tests on
55
# ubuntu-latest (MongoDB Atlas Local is a Linux container that cannot run on
6-
# hosted windows-latest). Scheduled nightly, on demand, and gated before release.
6+
# hosted windows-latest). Run on demand and gated before release; the nightly
7+
# schedule was removed so runs only happen intentionally (e.g. before a tag).
78

89
on:
9-
schedule:
10-
- cron: "0 6 * * *"
1110
workflow_dispatch:
1211

1312
concurrency:

0 commit comments

Comments
 (0)