From 0c35f55b6b76a720d20bf2eca69d0fd9092f9587 Mon Sep 17 00:00:00 2001 From: Jack Champagne Date: Thu, 21 May 2026 00:25:29 -0400 Subject: [PATCH] ci: allow nightly Julia job to fail without blocking Julia 1.13.0-rc1 cannot resolve the test environment because JET.jl has no published release that declares compat with 1.13, and JET is pinned in `[compat]`. Stable Julia versions in CI.yml continue to resolve fine, so CompatHelper bumps remain gated. Failing run: https://github.com/harmoniqs/DirectTrajOpt.jl/actions/runs/26199027699 Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 2626b00..a94f16c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -11,6 +11,7 @@ jobs: name: Julia nightly - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} runs-on: ${{ matrix.os }} timeout-minutes: 60 + continue-on-error: true permissions: actions: write contents: read