Skip to content

Commit ce190bc

Browse files
authored
Merge branch 'main' into error_handling_middleware
2 parents c518f75 + 2cb09fb commit ce190bc

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/scheduled.yml renamed to .github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
name: Scheduled
1+
name: Main
22

33
on:
4+
push:
5+
branches: [main]
46
schedule:
57
- cron: "0 8,20 * * *"
68

.github/workflows/pull_request.yml

-5
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ jobs:
2828
name: "Integration test"
2929
matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh"
3030
matrix_linux_nightly_main_enabled: false
31-
32-
swift-6-language-mode:
33-
name: Swift 6 Language Mode
34-
uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main
35-
if: false # Disabled for now.

0 commit comments

Comments
 (0)