Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main. --------- Co-authored-by: George Barnett <gbarnett@apple.com>
@@ -42,3 +42,7 @@ jobs:
with:
name: "Plugin tests"
matrix_string: '${{ needs.construct-plugin-tests-matrix.outputs.plugin-tests-matrix }}'
+
+ static-sdk:
+ name: Static SDK
+ uses: apple/swift-nio/.github/workflows/static_sdk.yml@main
@@ -58,3 +58,7 @@ jobs:
linux_5_9_enabled: false
linux_5_10_enabled: false