Skip to content

Commit cea5a30

Browse files
committed
Now experiment with inputs
1 parent f3e2134 commit cea5a30

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/actions/test_artifacts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
uses: actions/github-script@v8
88
id: matrix-props
99
env:
10-
MATRIX_PROPS: ${{ toJSON(matrix) }}
10+
MATRIX_PROPS: ${{ toJSON(inputs) }}
1111
with:
1212
# An array-flattening-to-string JavaScript function.
1313
script: |

.github/workflows/macvim-buildtest.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,7 @@ jobs:
6161
# Builds and test MacVim
6262
build-and-test:
6363
if: ${{ !inputs.skip }}
64-
65-
strategy:
66-
matrix:
67-
include:
68-
- os: ${{ inputs.os }}
69-
70-
runs-on: ${{ matrix.os }}
64+
runs-on: ${{ inputs.os }}
7165
steps:
7266
- name: Checkout
7367
uses: actions/checkout@v5

0 commit comments

Comments
 (0)