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 79ac1b0 commit 041098dCopy full SHA for 041098d
.github/workflows/linux-build-and-test.yml
@@ -1,4 +1,3 @@
1
-
2
name: rclnodejs - Linux Build and Test
3
4
on:
@@ -40,7 +39,7 @@ jobs:
40
39
- architecture: arm64
41
node-version: 22.X
42
ubuntu-version: 24.04-arm
43
- exclude: ${{ !contains(github.ref, 'develop') }}
+ branch: develop
44
steps:
45
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
46
uses: actions/setup-node@v4
@@ -84,4 +83,4 @@ jobs:
84
83
uses: coverallsapp/github-action@v2
85
with:
86
github-token: ${{ secrets.GITHUB_TOKEN }}
87
- parallel-finished: true
+ parallel-finished: true
0 commit comments