mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 17:34:38 +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:
|
run_self:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Auto Assign Owners
|
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:
|
steps:
|
||||||
- uses: dyladan/component-owners@main
|
- uses: dyladan/component-owners@main
|
||||||
|
Reference in New Issue
Block a user