From 4f355430616ad714b006f0cc756508635856dccd Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Tue, 31 Aug 2021 10:26:18 +0200 Subject: [PATCH] Change owner to sloriot and lrineau --- .github/workflows/filter_testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/filter_testsuite.yml b/.github/workflows/filter_testsuite.yml index 2a11fd2cc71..2a803b2e56c 100644 --- a/.github/workflows/filter_testsuite.yml +++ b/.github/workflows/filter_testsuite.yml @@ -6,7 +6,7 @@ on: jobs: build: - if: github.event.comment.user.login == 'maxGimeno' && contains(github.event.comment.body, '/testme') + if: (github.event.comment.user.login == 'sloriot' || github.event.comment.user.login == 'lrineau') && contains(github.event.comment.body, '/testme') runs-on: ubuntu-latest steps: - uses: actions/github-script@v3