From 9d298d88a43ab38f7a3742fbe96c9585921caff6 Mon Sep 17 00:00:00 2001 From: Vladimir Espinola Date: Mon, 27 May 2024 22:58:46 -0400 Subject: [PATCH] changed keyword --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38da1ce..18938a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: test: - if: github.event.issue.pull_request != null && contains(github.event.comment.body, 'trigger-ci') + if: ${{ github.event.issue.pull_request != null && github.event.comment.body == '/build' }} runs-on: macos-latest steps: @@ -25,4 +25,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: xcode-test-results - path: DerivedData/**/Logs/Test/*.xcresult \ No newline at end of file + path: DerivedData/**/Logs/Test/*.xcresult