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 ea7112a commit b99db59Copy full SHA for b99db59
.github/workflows/unit_tests.yml
@@ -5,8 +5,8 @@ on:
5
inputs:
6
linux_5_9_enabled:
7
type: boolean
8
- description: "Boolean to enable the Linux 5.9 Swift version matrix job. Defaults to true."
9
- default: true
+ description: "Boolean to enable the Linux 5.9 Swift version matrix job. Defaults to false."
+ default: false
10
linux_5_9_arguments_override:
11
type: string
12
description: "The arguments passed to swift test in the Linux 5.9 Swift version matrix job."
0 commit comments