Skip to content

Commit 041098d

Browse files
committed
[arm64] Correct workflow
1 parent 79ac1b0 commit 041098d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: rclnodejs - Linux Build and Test
32

43
on:
@@ -40,7 +39,7 @@ jobs:
4039
- architecture: arm64
4140
node-version: 22.X
4241
ubuntu-version: 24.04-arm
43-
exclude: ${{ !contains(github.ref, 'develop') }}
42+
branch: develop
4443
steps:
4544
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
4645
uses: actions/setup-node@v4
@@ -84,4 +83,4 @@ jobs:
8483
uses: coverallsapp/github-action@v2
8584
with:
8685
github-token: ${{ secrets.GITHUB_TOKEN }}
87-
parallel-finished: true
86+
parallel-finished: true

0 commit comments

Comments
 (0)