Skip to content

Commit 5540fa6

Browse files
committed
Use workflow branch for testing PR swiftlang/github-workflows#223
1 parent d2ff1af commit 5540fa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010
jobs:
1111
tests:
1212
name: Test
13-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
13+
#uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
14+
uses: swift-android-sdk/github-workflows/.github/workflows/swift_package_test.yml@android-sleep-before-adb
1415
with:
1516
linux_exclude_swift_versions: '[{"swift_version": "5.8"}, {"swift_version": "5.9"}, {"swift_version": "5.10"}]'
1617
windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'

0 commit comments

Comments
 (0)