Skip to content

Commit 9a9155d

Browse files
authored
Update build-node-python.yml
1 parent 59bb101 commit 9a9155d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-node-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
branch:
77
type: string
88
required: false
9-
default: ${{ github.ref || github.head_ref }}
9+
# When using github.ref || github.head_ref, it would contain the full path, including /, which breaks the postgres hostname
10+
default: ${{ github.sha }}
1011
cypress_enable:
1112
description: "Global enable for cypress"
1213
type: boolean

0 commit comments

Comments
 (0)