Skip to content

Commit

Permalink
Update SimulatorServices.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Mar 19, 2024
1 parent 66cbdca commit 03224be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/SimulatorServices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,10 @@ jobs:
# flags: watchOS,watchOS${{ matrix.watchOSVersion }},macOS,${{ env.XCODE_NAME }}
# - name: Test Again
# run: swift test
build-self:
name: Build on Self-Hosting macOS
runs-on: [self-hosted, macOS]
if: github.event.repository.owner.login == github.event.organization.login && !contains(github.event.head_commit.message, 'ci skip')
steps:
- name: test
run: echo "Hello World"

0 comments on commit 03224be

Please sign in to comment.