Skip to content

Commit 26547e7

Browse files
ci: Remove examples pipeline from scheduled workflow (#121)
1 parent d604dd0 commit 26547e7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/scheduled.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,4 @@ jobs:
2121
with:
2222
name: "Integration test"
2323
matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh"
24-
matrix_linux_5_8_enabled: false
25-
26-
example-packages:
27-
name: Example packages
28-
uses: apple/swift-nio/.github/workflows/swift_matrix.yml@main
29-
with:
30-
name: "Example packages"
31-
matrix_linux_command: "./scripts/test-examples.sh"
32-
matrix_linux_5_8_enabled: false
24+
matrix_linux_5_8_enabled: false

0 commit comments

Comments
 (0)