Skip to content

Commit 0497a5b

Browse files
committed
[CI] Add support for post merge testing
1 parent 3ca1a18 commit 0497a5b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/post_merge.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Post merge
2+
3+
on:
4+
push:
5+
branches: [main]
6+
7+
jobs:
8+
tests:
9+
name: Test
10+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11+
soundness:
12+
name: Soundness
13+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
14+
with:
15+
license_header_check_enabled: false
16+
license_header_check_project_name: "Swift.org"

0 commit comments

Comments
 (0)