Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 48e7b7f

Browse files
committed
trymastewr
1 parent 51e2ea7 commit 48e7b7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/daily_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ jobs:
123123
arch: "${{ matrix.arch }}"
124124
memgraph_version: "${{ needs.DailyBuildVariables.outputs.memgraph_version }}"
125125
memgraph_download_link: "https://s3.eu-west-1.amazonaws.com/deps.memgraph.io/daily-build/memgraph/${{ needs.DailyBuildVariables.outputs.build_date }}/ubuntu-24.04${{ matrix.arch == 'arm64' && '-aarch64' || '' }}/${{ needs.DailyBuildVariables.outputs.binary_name_base }}_${{ matrix.arch }}.deb"
126-
memgraph_ref: "${{ needs.DailyBuildVariables.outputs.memgraph_commit }}"
126+
#memgraph_ref: "${{ needs.DailyBuildVariables.outputs.memgraph_commit }}"
127+
memgraph_ref: "master"
127128
memgraph_ref_update: "true"
128129
secrets: inherit
129130

0 commit comments

Comments
 (0)