We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de27b9 commit 874cb5bCopy full SHA for 874cb5b
2 files changed
.github/workflows/ci.yml
@@ -2,6 +2,7 @@ name: ci
2
3
on:
4
push:
5
+ # branches: [ main ]
6
pull_request:
7
schedule:
8
- cron: '0 0 * * *'
@@ -15,12 +16,6 @@ concurrency:
15
16
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
17
18
jobs:
- soundness:
19
- name: Soundness
20
- uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
21
- with:
22
- license_header_check_project_name: "Swift.org"
23
-
24
build-examples:
25
strategy:
26
fail-fast: false
.github/workflows/soundness.yml
@@ -0,0 +1,15 @@
1
+name: soundness
+
+on:
+ push:
+ pull_request:
+permissions:
+ contents: read
9
10
+jobs:
11
+ soundness:
12
+ name: Soundness
13
+ uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
14
+ with:
+ license_header_check_project_name: "Swift.org"
0 commit comments