Skip to content

Commit

Permalink
[chore] set fail-fast to false for contrib tests (#10791)
Browse files Browse the repository at this point in the history
Continuation of
open-telemetry/opentelemetry-collector-contrib#32333.
This should help us identify more components that break with Core
changes.
  • Loading branch information
TylerHelmuth authored Aug 2, 2024
1 parent 2beed98 commit 3c23a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/contrib-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.labels.*.name, 'Skip Contrib Tests') }}
strategy:
fail-fast: false
matrix:
group:
- receiver-0
Expand Down

0 comments on commit 3c23a22

Please sign in to comment.