Skip to content

Commit d413bdb

Browse files
committed
1 parent 3006f75 commit d413bdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
echo 'import Android' >> Sources/DemoProject/DemoProject.swift
169169
- name: Test Demo Project on Android
170170
uses: skiptools/swift-android-action@main
171-
if: false # disabled because we aren't building Testing
171+
if: ${{ matrix.runner != 'self-hosted' }}
172172
with:
173173
# only test for the complete arch SDK build to speed up CI
174174
#run-tests: ${{ matrix.arch == '' }}
@@ -177,11 +177,13 @@ jobs:
177177
installed-swift: ${{ steps.info.outputs.swift-root }}
178178

179179
- name: Checkout swift-algorithms
180+
if: ${{ matrix.runner != 'self-hosted' }}
180181
uses: actions/checkout@v4
181182
with:
182183
repository: apple/swift-algorithms
183184
path: swift-algorithms
184185
- name: Test swift-algorithms
186+
if: ${{ matrix.runner != 'self-hosted' }}
185187
uses: skiptools/swift-android-action@main
186188
with:
187189
package-path: swift-algorithms

0 commit comments

Comments
 (0)