Skip to content

Commit

Permalink
Merge branch 'main' into fix-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen authored Sep 30, 2024
2 parents 1ae4199 + 5cb2b03 commit e8ffcd5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: pull_request
name: Pull request

on:
pull_request:
types: [opened, reopened, synchronize]
pull_request:
types: [opened, reopened, synchronize]

jobs:
tests:
name: tests
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
tests:
name: Test
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main

0 comments on commit e8ffcd5

Please sign in to comment.