Skip to content

Commit

Permalink
[GHA] Call the Soundness workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shinGangan authored Jul 23, 2024
1 parent 9985908 commit b86b62a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
types: [opened, reopened, synchronize, ready_for_review]

jobs:
call-reusable-pull-request-workflow:
name: Checks
uses: apple/swift-nio/.github/workflows/reusable_pull_request.yml@main
with:
benchmarks_linux_enabled: false
call-pull-request-soundness-workflow:
name: Soundness
uses: apple/swift-nio/.github/workflows/pull_request_soundness.yml@main

0 comments on commit b86b62a

Please sign in to comment.