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

Commit e58638d

Browse files
committed
fix syntax
1 parent a0993de commit e58638d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Checkout specific branch in submodule
7373
run: |
7474
cd cpp/memgraph
75-
if [ -z "${{ inputs.memgraph_ref }}" ] || [ ! git checkout "${{ inputs.memgraph_ref }}" ]; then
75+
if [ -z "${{ inputs.memgraph_ref }}" ] || ! git checkout "${{ inputs.memgraph_ref }}"; then
7676
# this may happen if we're using a daily build not directly from master
7777
echo "Checkout of '${{ inputs.memgraph_ref }}' failed, checking out master instead."
7878
git checkout master

0 commit comments

Comments
 (0)