diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index cb5f46df..7a345603 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -21,12 +21,4 @@ jobs: with: name: "Integration test" matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh" - matrix_linux_5_8_enabled: false - - example-packages: - name: Example packages - uses: apple/swift-nio/.github/workflows/swift_matrix.yml@main - with: - name: "Example packages" - matrix_linux_command: "./scripts/test-examples.sh" - matrix_linux_5_8_enabled: false + matrix_linux_5_8_enabled: false \ No newline at end of file