From df9b035fa74590e2bf7fd2a6bf6e0b37fb77b701 Mon Sep 17 00:00:00 2001 From: Franz Busch Date: Fri, 12 Jul 2024 09:17:25 +0200 Subject: [PATCH] [GHA] Specify ref when calling workflow --- .github/workflows/pull_request.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3deb249a..a104686a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -7,7 +7,6 @@ on: jobs: call-reusable-pull-request-workflow: name: Checks - uses: apple/swift-nio/.github/workflows/reusable_pull_request.yml + uses: apple/swift-nio/.github/workflows/reusable_pull_request.yml@main with: - benchmarks_linux_enabled: false - license_header_check_project_name: "SwiftOpenAPIGenerator" \ No newline at end of file + benchmarks_linux_enabled: false \ No newline at end of file