We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a02c5 commit 8c5bd9eCopy full SHA for 8c5bd9e
.github/workflows/1_run_interoperability_tests.yml
@@ -19,7 +19,7 @@ jobs:
19
needs: generate_timestamp
20
strategy:
21
matrix:
22
- publisher: [connext_dds, dust_dds, eprosima_fastdds, intercom_dds, opendds, toc_coredx_dds]
+ publisher: ${{ fromJson(github.event.inputs.publishers || '["connext_dds","dust_dds","eprosima_fastdds","intercom_dds","opendds","toc_coredx_dds"]') }}
23
subscriber: [connext_dds, dust_dds, eprosima_fastdds, intercom_dds, opendds, toc_coredx_dds]
24
25
steps:
0 commit comments