Skip to content

Commit f37539b

Browse files
committed
Address comments
1 parent 38174c3 commit f37539b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
build:
2828
needs: identify-ros-distro
2929
runs-on: ubuntu-${{ matrix.ubuntu-version }}
30+
if: ${{ matrix.architecture == 'x64' || contains(github.ref, 'develop') }}
3031
container:
3132
image: ${{ needs.identify-ros-distro.outputs.linuxos }}
3233
strategy:
@@ -40,7 +41,6 @@ jobs:
4041
- architecture: arm64
4142
node-version: 22.X
4243
ubuntu-version: 24.04-arm
43-
condition: ${{ contains(github.ref, 'develop') }}
4444
steps:
4545
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
4646
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)