Skip to content

Commit 9c6381e

Browse files
committed
chore(ci): PR workflow - build native once for all jobs (speedup builds)
1 parent 3136016 commit 9c6381e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
- name: Store build artifact for dev image
343343
uses: actions/upload-artifact@v4
344344
with:
345-
name: "native-linux-x64-glibc-3.11.node" # this name is referenced below in docker-image-dev
345+
name: "native-linux-x64-glibc-3.11.node"
346346
path: ./packages/cubejs-backend-native/index.node
347347
overwrite: true
348348

0 commit comments

Comments
 (0)