From ad237c0b24d5f0ef4248ed97010ea766b36c025c Mon Sep 17 00:00:00 2001 From: rtonde-nv <66952073+rtonde-nv@users.noreply.github.com> Date: Tue, 29 Jun 2021 22:36:36 +0530 Subject: [PATCH] Update blossom-ci.yml --- .github/workflows/blossom-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blossom-ci.yml b/.github/workflows/blossom-ci.yml index b07384e5ab..f3db46e359 100644 --- a/.github/workflows/blossom-ci.yml +++ b/.github/workflows/blossom-ci.yml @@ -35,7 +35,7 @@ jobs: # This job only runs for pull request comments if: | - contains( 'madil90,Nic-Ma,wyli', format('{0},', github.actor)) && + contains( 'madil90,Nic-Ma,wyli,', format('{0},', github.actor)) && github.event.comment.body == '/build' steps: - name: Check if comment is issued by authorized person