From cb303ccbcc2847c752e5cb2943c6d69e5734ab90 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Thu, 16 Jul 2026 18:22:35 -0400 Subject: [PATCH 1/2] ci: resolve downgrade test environment jointly Resolve the root and test projects together, select the Core group explicitly, and restore push coverage for the main branch. Co-Authored-By: Chris Rackauckas --- .github/workflows/Downgrade.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 82be88e..04cf100 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -7,10 +7,13 @@ on: - 'docs/**' push: branches: - - master + - main paths-ignore: - 'docs/**' jobs: test: uses: "SciML/.github/.github/workflows/downgrade.yml@v1" + with: + group: "Core" + projects: ".,test" secrets: "inherit" From 71f854305ffb6105eb105a825c1d3372433c4a4e Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Tue, 21 Jul 2026 01:19:08 -0400 Subject: [PATCH 2/2] ci: retry transient failures Co-Authored-By: Chris Rackauckas