Skip to content

Commit

Permalink
Rename and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBusch committed Jul 24, 2024
1 parent 12bd6c5 commit a0d66ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
soundness:
name: Soundness
uses: ./.github/workflows/pull_request_soundness.yml
uses: ./.github/workflows/soundness.yml
with:
license_header_check_project_name: "SwiftNIO"

Expand All @@ -30,7 +30,7 @@ jobs:

integration-tests:
name: Checks
uses: ./.github/workflows/pull_request_swift_matrix.yml
uses: ./.github/workflows/swift_matrix.yml
with:
name: "Integration tests"
matrix_linux_command: "apt-get update -y -q && apt-get install -y -q lsof dnsutils netcat-openbsd net-tools curl jq && ./scripts/integration_tests.sh"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull Request
name: Soundness

on:
workflow_call:
Expand Down
File renamed without changes.

0 comments on commit a0d66ee

Please sign in to comment.