Skip to content

Commit

Permalink
try to expand the full inputs json
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 committed Sep 20, 2024
1 parent c24b4dd commit 461ce78
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/e2e-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,7 @@ on:

jobs:
test:
runs-on:
[
"self-hosted",
"${{ inputs.arch }}",
"${{ inputs.runner-type }}",
"${{ inputs.test-command }}",
"${{ inputs.version }}",
"${{ inputs.os }}",
]
runs-on: ${{ format('self-hosted, {0}', fromJSON(inputs)) }}
steps:
- name: Skip
run: |
Expand Down

0 comments on commit 461ce78

Please sign in to comment.