Do not fail tests if component owners workflow fails (#666)

This commit is contained in:
(Eliseo) Nathaniel Ruiz Nowell
2021-09-08 10:45:36 -07:00
committed by GitHub
parent a78c94ce59
commit 704f1d9cfd

View File

@ -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