Skip to content

Commit

Permalink
ci: Remove examples pipeline from scheduled workflow (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjbeaumont authored Oct 4, 2024
1 parent d604dd0 commit 26547e7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 26547e7

Please sign in to comment.