Skip to content

Commit

Permalink
Fix "Matrix must define at least one vector" (#10)
Browse files Browse the repository at this point in the history
Skip running the job if `bin/missing-versions` yields an empty array.

Currently, we get a daily error (save for the days where there was an Erlang release), [example](https://github.com/cloudamqp/erlang-packages/actions/runs/10663720608).
  • Loading branch information
walro authored Sep 2, 2024
1 parent 3ac4624 commit d2b9939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-all-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

build-and-upload:
needs: missing-versions
if: ${{ needs.missing-versions.outputs.matrix != '[]' }}
runs-on: ubuntu-latest
strategy:
max-parallel: 10
Expand Down

0 comments on commit d2b9939

Please sign in to comment.