Skip to content

Commit e4f00a6

Browse files
authored
Disable API breakage check in pull request workflow (#1217)
1 parent ea534e3 commit e4f00a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
name: Soundness
1010
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1111
with:
12+
api_breakage_check_enabled: false
1213
license_header_check_project_name: "Swift Distributed Actors"
1314

1415
unit-tests:

0 commit comments

Comments
 (0)