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 38174c3 commit f37539bCopy full SHA for f37539b
.github/workflows/linux-build-and-test.yml
@@ -27,6 +27,7 @@ jobs:
27
build:
28
needs: identify-ros-distro
29
runs-on: ubuntu-${{ matrix.ubuntu-version }}
30
+ if: ${{ matrix.architecture == 'x64' || contains(github.ref, 'develop') }}
31
container:
32
image: ${{ needs.identify-ros-distro.outputs.linuxos }}
33
strategy:
@@ -40,7 +41,6 @@ jobs:
40
41
- architecture: arm64
42
node-version: 22.X
43
ubuntu-version: 24.04-arm
- condition: ${{ contains(github.ref, 'develop') }}
44
steps:
45
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
46
uses: actions/setup-node@v4
0 commit comments