Skip to content

Commit 34311fd

Browse files
committed
Don't enable examples and integration tests
1 parent b63a8ca commit 34311fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
name: "Integration test"
3131
matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${GITHUB_WORKSPACE} ./scripts/run-integration-test.sh"
32+
matrix_linux_nightly_main_enabled: false
3233

3334
compatibility-test:
3435
name: Compatibility test
@@ -55,3 +56,4 @@ jobs:
5556
with:
5657
name: "Example packages"
5758
matrix_linux_command: "./scripts/test-examples.sh"
59+
matrix_linux_nightly_main_enabled: false

0 commit comments

Comments
 (0)