Skip to content

Commit 021a801

Browse files
committed
ci: fix pro_impl branch
1 parent a883939 commit 021a801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pro_selfhosted_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Add PRO implementation
4141
run: |
42-
git clone https://${{ secrets.GH_TOKEN }}@github.com/semaphoreui/semaphorepro-module.git pro_impl
42+
git clone -b 2-17-stable https://${{ secrets.GH_TOKEN }}@github.com/semaphoreui/semaphorepro-module.git pro_impl
4343
go work init . ./pro_impl
4444
4545
- name: Install deps

0 commit comments

Comments
 (0)