Skip to content

Commit dc84ce8

Browse files
fix if branch already here
1 parent cfac162 commit dc84ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/train.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
git checkout -b "$RESULT_BRANCH"
6969
git add dvc.lock
7070
git commit -m "chore: training results from $BRANCH_NAME [skip ci]"
71-
git push origin "$RESULT_BRANCH"
71+
git push --force origin "$RESULT_BRANCH"
7272
7373
- name: Download test dataset
7474
run: |

0 commit comments

Comments
 (0)