Skip to content

Commit

Permalink
parallel distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyCMWF committed Aug 25, 2023
1 parent 8df1aa7 commit fd94dab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd94dab

Please sign in to comment.