Skip to content

Commit d21f0a0

Browse files
authored
do not autoinstall IWC on umsa
1 parent 240f258 commit d21f0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_iwc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
${{ fromJSON(
2626
github.event_name == 'workflow_dispatch'
2727
&& format('["{0}"]', github.event.inputs.instance)
28-
|| '["galaxy-qa1.galaxy.cloud.e-infra.cz","usegalaxy.cz","galaxy-umsa.grid.cesnet.cz"]'
28+
|| '["galaxy-qa1.galaxy.cloud.e-infra.cz","usegalaxy.cz"]'
2929
) }}
3030
steps:
3131
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)