Skip to content

Commit 4ec725b

Browse files
committed
Do not create docker subnet when running in ACT
1 parent ad2d76e commit 4ec725b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable_ici.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
with:
4646
ref: ${{ inputs.ref_for_scheduled_build }}
4747
- run: docker network create --subnet=192.168.56.0/24 ursim_net
48+
if: ${{ !env.ACT }}
4849
- uses: 'ros-industrial/industrial_ci@master'
4950
env:
5051
UPSTREAM_WORKSPACE: ${{ inputs.upstream_workspace }}

0 commit comments

Comments
 (0)