From fd94dab88d4f238c004acfe5cb6445ee5a2e3b75 Mon Sep 17 00:00:00 2001 From: EddyCMWF Date: Fri, 25 Aug 2023 11:15:51 +0100 Subject: [PATCH] parallel distribution --- .github/workflows/on-release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index d4a2fa6..9faa7a0 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -63,10 +63,7 @@ jobs: distribution: runs-on: ubuntu-latest - needs: [docs-build] - if: | - always() && - needs.docs-build.result == 'success' + needs: [combine-environments] steps: - uses: actions/checkout@v3 - name: Install packages