Skip to content

Commit 5ca52e2

Browse files
authored
Add static SDK CI workflow (#500)
Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main.
1 parent 623755c commit 5ca52e2

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
@@ -75,3 +75,7 @@ jobs:
7575
with:
7676
runner_pool: nightly
7777
build_scheme: swift-nio-http2-Package
78+
79+
static-sdk:
80+
name: Static SDK
81+
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
@@ -79,3 +79,7 @@ jobs:
7979
with:
8080
runner_pool: general
8181
build_scheme: swift-nio-http2-Package
82+
83+
static-sdk:
84+
name: Static SDK
85+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

0 commit comments

Comments
 (0)