Skip to content

Commit 2dee63c

Browse files
committed
add inputs
1 parent 8c5bd9e commit 2dee63c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/1_run_interoperability_tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: 1 - Run Interoperability Tests
22
run-name: Run Interoperability Tests
3-
on: workflow_dispatch
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
publishers:
7+
description: Publishers to use
8+
type: string
9+
default: '["connext_dds","dust_dds","eprosima_fastdds","intercom_dds","opendds","toc_coredx_dds"]'
410
jobs:
511
generate_timestamp:
612
runs-on: ubuntu-latest
@@ -19,7 +25,7 @@ jobs:
1925
needs: generate_timestamp
2026
strategy:
2127
matrix:
22-
publisher: ${{ fromJson(github.event.inputs.publishers || '["connext_dds","dust_dds","eprosima_fastdds","intercom_dds","opendds","toc_coredx_dds"]') }}
28+
publisher: ${{ fromJson(github.event.inputs.publishers) }}
2329
subscriber: [connext_dds, dust_dds, eprosima_fastdds, intercom_dds, opendds, toc_coredx_dds]
2430

2531
steps:

0 commit comments

Comments
 (0)