File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 30
30
generate_keymap :
31
31
uses : ./.github/workflows/generate_keymap.yml
32
32
needs : version
33
- if : needs.version.outputs.lxl != needs.version.outputs.keymap || needs.version.outputs.lxl != needs.version.outputs.keymap_macos
34
33
secrets : inherit
35
34
36
35
permissions :
39
38
40
39
with :
41
40
lite_xl_version : ${{ needs.version.outputs.lxl }}
41
+ skip : needs.version.outputs.lxl == needs.version.outputs.keymap && needs.version.outputs.lxl == needs.version.outputs.keymap_macos
42
42
43
43
build :
44
44
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 8
8
required : true
9
9
default : ' v2.1.6'
10
10
type : string
11
+ skip :
12
+ description : ' Skip this step'
13
+ required : false
14
+ default : false
15
+ type : boolean
11
16
12
17
workflow_dispatch :
13
18
inputs :
19
24
jobs :
20
25
generate_keymap :
21
26
name : Generate keymap
27
+ if : ${{ ! inputs.skip }}
22
28
strategy :
23
29
matrix :
24
30
platform :
You can’t perform that action at this time.
0 commit comments