Skip to content

Commit c0a0421

Browse files
committed
Use cross-pr-testing from github-workflows
1 parent 5985355 commit c0a0421

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/pull_request.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77
jobs:
88
tests:
99
name: Test
10-
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11-
soundness:
12-
name: Soundness
13-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
10+
uses: ahoppen/github-workflows/.github/workflows/swift_package_test.yml@cross-pr-testing
1411
with:
15-
license_header_check_enabled: false
16-
license_header_check_project_name: "Swift.org"
12+
enable_cross_pr_testing: true
13+
# soundness:
14+
# name: Soundness
15+
# uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
16+
# with:
17+
# license_header_check_enabled: false
18+
# license_header_check_project_name: "Swift.org"

0 commit comments

Comments
 (0)