From 5e3146606897b67688216a5712b73f64b037bd89 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Fri, 20 Feb 2026 16:35:40 +0100 Subject: [PATCH] allow triggering the upstream-dev CI if the check is skipped (#11184) * only depend on `cache-pixi-lock`'s conclusion * reference `needs` instead * use the result instead --- .github/workflows/upstream-dev-ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/upstream-dev-ci.yaml b/.github/workflows/upstream-dev-ci.yaml index e8164957950..ae5e19ff5ae 100644 --- a/.github/workflows/upstream-dev-ci.yaml +++ b/.github/workflows/upstream-dev-ci.yaml @@ -73,6 +73,8 @@ jobs: name: upstream-dev runs-on: ubuntu-latest needs: cache-pixi-lock + if: | + always() && needs.cache-pixi-lock.result == 'success' defaults: run: shell: bash -l {0}