instructlab / ui

Place to hack on UI for InstructLab
Apache License 2.0
15 stars 38 forks source link

allow pull --ff-only to avoid collisions #362

Closed Gregory-Pereira closed 22 hours ago

Gregory-Pereira commented 1 day ago

cc @vishnoianil

basically what is happening, is that the pathservice image bump commit merges, and this causes conflicts for the UI one. There for I added git pull --ff-only to the job to allow it to fast forward to that commit, and avoid conflicts

Gregory-Pereira commented 1 day ago

see example: https://github.com/instructlab/ui/actions/runs/11941765217/job/33287339224#step:16:42