Skip to content

Commit cabb219

Browse files
committed
fix workflow error
Signed-off-by: georgi-l95 <glazarov95@gmail.com>
1 parent cfd91af commit cabb219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/local-node-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
networkNodeTag: ""
1616
mirrorNodeTag: ""
1717
relayTag: ""
18-
branch: ${{ github.ref_name }}
18+
branch: ${{ github.event.pull_request.head.ref || github.ref_name }}

0 commit comments

Comments
 (0)