From 2d4a7fc5bf70295d12f641c00998cb104af9e5e9 Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:14:54 -0700 Subject: [PATCH] I believe that "Upload Assets" was skipped because "Build Subrepos" was skipped, and by default jobs require all previous jobs to "succeed", not just the immediately previous one. --- .github/workflows/installers-conda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/installers-conda.yml b/.github/workflows/installers-conda.yml index 4f1e684fdce..a64179b6ddf 100644 --- a/.github/workflows/installers-conda.yml +++ b/.github/workflows/installers-conda.yml @@ -313,6 +313,7 @@ jobs: upload-assets: name: Upload Assets + if: ${{ ! failure() && ! cancelled() }} runs-on: ubuntu-latest needs: - build-installers