We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac5c6c commit 7398b8aCopy full SHA for 7398b8a
.github/workflows/pull_request.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
types: [opened, reopened, synchronize]
6
7
-jobs:
+jobs:
8
audio-workstation:
9
name: Build AudioWorkstation
10
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
@@ -24,7 +24,7 @@ jobs:
24
enable_windows_checks: false
25
swift_flags: --package-path WebGPUDemo
26
swift_nightly_flags: --package-path WebGPUDemo
27
-
+
28
soundness:
29
name: Soundness
30
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments