From ab259102ca961c41bd65309f8f090c7ba99f0c77 Mon Sep 17 00:00:00 2001 From: Kaustubh Tangsali <71059996+ktangsali@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:04:53 -0700 Subject: [PATCH] Update blossom-ci.yml to include additional /multi-gpu-ci keyword (#651) --- .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 7ab2b7345d..f96ca0e3b2 100644 --- a/.github/workflows/blossom-ci.yml +++ b/.github/workflows/blossom-ci.yml @@ -39,7 +39,7 @@ jobs: # This job only runs for pull request comments # Comment must be `/blossom-ci` if: > - github.event.comment.body == '/blossom-ci' && + (github.event.comment.body == '/blossom-ci' || github.event.comment.body == '/multi-gpu-ci') && ( github.actor == 'nickgeneva' || github.actor == 'ktangsali' ||