Skip to content

Commit 07e23e2

Browse files
committed
[CI] Enable Linux nightly main on PRs
1 parent 7e80669 commit 07e23e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ jobs:
1919
linux_5_10_arguments_override: "--explicit-target-dependency-import-check error"
2020
linux_6_0_arguments_override: "--explicit-target-dependency-import-check error"
2121
linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error"
22-
linux_nightly_main_enabled: false
22+
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error"
2323

2424
integration-test:
2525
name: Integration test
2626
uses: apple/swift-nio/.github/workflows/swift_matrix.yml@main
2727
with:
2828
name: "Integration test"
2929
matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh"
30-
matrix_linux_nightly_main_enabled: false

0 commit comments

Comments
 (0)