From b86b62ac6cb9248b7b758e5143853de11fb685cf Mon Sep 17 00:00:00 2001 From: gangan <44604921+shinGangan@users.noreply.github.com> Date: Wed, 24 Jul 2024 02:27:06 +0900 Subject: [PATCH] [GHA] Call the Soundness workflow --- .github/workflows/pull_request.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a104686a..bc7039d0 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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 \ No newline at end of file + call-pull-request-soundness-workflow: + name: Soundness + uses: apple/swift-nio/.github/workflows/pull_request_soundness.yml@main