Skip to content

Commit 9385754

Browse files
authored
[GHA] Specify ref when calling workflow (#590)
1 parent 04fc995 commit 9385754

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pull_request.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
jobs:
88
call-reusable-pull-request-workflow:
99
name: Checks
10-
uses: apple/swift-nio/.github/workflows/reusable_pull_request.yml
10+
uses: apple/swift-nio/.github/workflows/reusable_pull_request.yml@main
1111
with:
12-
benchmarks_linux_enabled: false
13-
license_header_check_project_name: "SwiftOpenAPIGenerator"
12+
benchmarks_linux_enabled: false

0 commit comments

Comments
 (0)