Skip to content

Commit a5d8b2e

Browse files
Update .github/workflows/ci_node.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Will Killian <2007799+willkill07@users.noreply.github.com>
1 parent cfd3893 commit a5d8b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
Package:
115115
name: Package (${{ matrix.platform }})
116116
needs: [Test]
117-
if: ${{ (inputs.run_package || inputs.run_openclaw) && !cancelled() && needs.Test.result == 'success' }}
117+
if: ${{ !cancelled() && needs.Test.result == 'success' && (inputs.run_package || (inputs.run_openclaw && matrix.platform == 'linux-amd64')) }}
118118
runs-on: ${{ matrix.runner }}
119119
timeout-minutes: 30
120120
permissions:

0 commit comments

Comments
 (0)