Skip to content

Commit 634ab22

Browse files
rnrogjcairoglbrntt
authored
Add static SDK CI workflow (#2205)
Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main. --------- Co-authored-by: Gus Cairo <[email protected]> Co-authored-by: George Barnett <[email protected]>
1 parent 433c0d1 commit 634ab22

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ jobs:
2424
benchmark_package_path: "IntegrationTests/Benchmarks"
2525
linux_5_9_enabled: false
2626
linux_5_10_enabled: false
27+
28+
static-sdk:
29+
name: Static SDK
30+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ jobs:
6666
with:
6767
linux_5_9_enabled: false
6868
linux_5_10_enabled: false
69+
70+
static-sdk:
71+
name: Static SDK
72+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

0 commit comments

Comments
 (0)