mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-31 14:11:50 +08:00
Do not fail tests if component owners workflow fails (#666)
This commit is contained in:

committed by
GitHub

parent
a78c94ce59
commit
704f1d9cfd
3
.github/workflows/component-owners.yml
vendored
3
.github/workflows/component-owners.yml
vendored
@ -10,5 +10,8 @@ jobs:
|
||||
run_self:
|
||||
runs-on: ubuntu-latest
|
||||
name: Auto Assign Owners
|
||||
# Don't fail tests if this workflow fails. Some pending issues:
|
||||
# - https://github.com/dyladan/component-owners/issues/8
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: dyladan/component-owners@main
|
||||
|
Reference in New Issue
Block a user