We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c518f75 + 2cb09fb commit ce190bcCopy full SHA for ce190bc
.github/workflows/scheduled.yml renamed to .github/workflows/main.yml
@@ -1,6 +1,8 @@
1
-name: Scheduled
+name: Main
2
3
on:
4
+ push:
5
+ branches: [main]
6
schedule:
7
- cron: "0 8,20 * * *"
8
.github/workflows/pull_request.yml
@@ -28,8 +28,3 @@ jobs:
28
name: "Integration test"
29
matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh"
30
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