Skip to content

Commit

Permalink
🐛 Prevent error when no providers are build (#2164)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Oct 11, 2023
1 parent cacfae2 commit ad1cb04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
runs-on: self-hosted
timeout-minutes: 120
needs: scoping
if: ${{ needs.scoping.outputs.build_list != '[]' }}
strategy:
fail-fast: false
max-parallel: 2
Expand Down

0 comments on commit ad1cb04

Please sign in to comment.