diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9ba2bf5c5..a8ab181931 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,6 +87,9 @@ jobs: - name: "CLI Logs & Firewall" packages: "./pkg/cli" pattern: "TestLogs|TestFirewall|TestNoStopTime|TestLocalWorkflow" + - name: "CLI Completion & Safe Inputs" + packages: "./pkg/cli" + pattern: "" # Catch-all for tests not matched by other CLI patterns - name: "Workflow Compiler" packages: "./pkg/workflow" pattern: "TestCompile|TestWorkflow|TestGenerate|TestParse" @@ -117,6 +120,9 @@ jobs: - name: "Parser Remote Fetch & Cache" packages: "./pkg/parser" pattern: "TestDownloadFileFromGitHub|TestResolveIncludePath|TestDownloadIncludeFromWorkflowSpec|TestImportCache" + - name: "Parser Location & Validation" + packages: "./pkg/parser" + pattern: "" # Catch-all for tests not matched by other Parser patterns - name: "Workflow Permissions" packages: "./pkg/workflow" pattern: "TestPermissions|TestPackageExtractor|TestCollectPackagesFromWorkflow" diff --git a/.github/workflows/daily-copilot-token-report.lock.yml b/.github/workflows/daily-copilot-token-report.lock.yml index d19fcacfb9..16a45a4049 100644 --- a/.github/workflows/daily-copilot-token-report.lock.yml +++ b/.github/workflows/daily-copilot-token-report.lock.yml @@ -1067,7 +1067,6 @@ name: "Daily Copilot Token Consumption Report" "on": schedule: - cron: "0 11 * * 1-5" - # Friendly format: daily at 18:00 workflow_dispatch: null permissions: {}