Skip to content

Commit a4f81f2

Browse files
committed
add dummy step to prevent subsequent steps from skipping
1 parent 4c0e705 commit a4f81f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_keymap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
generate_keymap:
3434
name: Generate keymap
35-
if: !inputs.skip
35+
if: ! inputs.skip
3636
strategy:
3737
matrix:
3838
platform:

0 commit comments

Comments
 (0)