Skip to content

Commit db98a30

Browse files
checkout correct branch
1 parent a8f3599 commit db98a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/os-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: apk add libaio libstdc++
117117

118118
- name: Checkout
119-
run: git clone https://github.com/${{ github.repository }} mysqlmsn
119+
run: git clone https://github.com/${{ github.repository }} --branch ${{ github.ref }} --single-branch --depth 1 mysqlmsn
120120

121121
- name: Install packages
122122
working-directory: mysqlmsn

0 commit comments

Comments
 (0)