Skip to content

Commit

Permalink
I believe that "Upload Assets" was skipped because "Build Subrepos" w…
Browse files Browse the repository at this point in the history
…as skipped, and by default jobs require all previous jobs to "succeed", not just the immediately previous one.
  • Loading branch information
mrclary committed Aug 10, 2024
1 parent 19a1373 commit 2d4a7fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/installers-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ jobs:

upload-assets:
name: Upload Assets
if: ${{ ! failure() && ! cancelled() }}
runs-on: ubuntu-latest
needs:
- build-installers
Expand Down

0 comments on commit 2d4a7fc

Please sign in to comment.