From 25f0a9c9f2ba006c7d64ff20aa3113875259868a Mon Sep 17 00:00:00 2001 From: frostebite Date: Tue, 10 Mar 2026 11:03:12 +0000 Subject: [PATCH] ci: remove (Nightly) from integration tests workflow name Co-Authored-By: Claude Opus 4.6 --- .github/workflows/validate-orchestrator-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-orchestrator-integration.yml b/.github/workflows/validate-orchestrator-integration.yml index 97648e13..804c5041 100644 --- a/.github/workflows/validate-orchestrator-integration.yml +++ b/.github/workflows/validate-orchestrator-integration.yml @@ -1,4 +1,4 @@ -name: Orchestrator Integration Tests (Nightly) +name: Orchestrator Integration Tests # ============================================================================== # Exhaustive integration tests — runs on a daily cron and manual dispatch.