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 ddf3a18 commit 0f80293Copy full SHA for 0f80293
1 file changed
.github/workflows/ci.yml
@@ -11,14 +11,6 @@ on:
11
description: "Linux"
12
type: boolean
13
default: false
14
- macos:
15
- description: "macOS"
16
- type: boolean
17
- default: false
18
- windows:
19
- description: "Windows"
20
21
22
stylua:
23
description: "StyLua"
24
@@ -65,9 +57,9 @@ jobs:
65
57
test -e /dev/uinput
66
58
sudo chmod 666 /dev/uinput
67
59
68
- linux: ${{ inputs.linux || github.event_name != 'workflow_dispatch' }}
69
- macos: ${{ inputs.macos || github.event_name != 'workflow_dispatch' }}
70
- windows: ${{ inputs.windows || github.event_name != 'workflow_dispatch' }}
60
+ linux: ${{ inputs.linux || github.event_name != 'workflow_dispatch' }}
61
+ macos: false
62
+ windows: false
71
63
72
64
stylua: ${{ inputs.stylua || false }}
73
luacheck: ${{ inputs.luacheck || false }}
0 commit comments