Skip to content

Commit

Permalink
[GHA] Specify ref when calling workflow (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBusch authored Jul 12, 2024
1 parent 04fc995 commit 9385754
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
benchmarks_linux_enabled: false

0 comments on commit 9385754

Please sign in to comment.