Skip to content

Commit 240f258

Browse files
authored
LLMs wouldn't sure lie about documentation
1 parent e51fb1f commit 240f258

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/update_iwc.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
strategy:
2323
matrix:
2424
instance: >-
25-
${{ (github.event_name == 'workflow_dispatch')
26-
&& [github.event.inputs.instance]
27-
|| ['galaxy-qa1.galaxy.cloud.e-infra.cz', 'usegalaxy.cz', 'galaxy-umsa.grid.cesnet.cz'] }}
25+
${{ fromJSON(
26+
github.event_name == 'workflow_dispatch'
27+
&& format('["{0}"]', github.event.inputs.instance)
28+
|| '["galaxy-qa1.galaxy.cloud.e-infra.cz","usegalaxy.cz","galaxy-umsa.grid.cesnet.cz"]'
29+
) }}
2830
steps:
2931
- uses: actions/setup-python@v5
3032
with:

0 commit comments

Comments
 (0)