From ac68ad9ecfeb22744f4045d31589ef649c5734d0 Mon Sep 17 00:00:00 2001 From: Si Beaumont Date: Fri, 4 Oct 2024 05:30:48 +0100 Subject: [PATCH] ci: Remove examples pipeline from scheduled workflow This was copied in from the generator repo but there aren't examples in this repo so the job is failing. --- .github/workflows/scheduled.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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