Skip to content

Commit

Permalink
changed keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
vespinola committed May 28, 2024
1 parent fdcf2ca commit 9d298d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -25,4 +25,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: xcode-test-results
path: DerivedData/**/Logs/Test/*.xcresult
path: DerivedData/**/Logs/Test/*.xcresult

0 comments on commit 9d298d8

Please sign in to comment.