databend-perf
databend-perf copied to clipboard
Upload data on rerun ci success
Currently if the CI is rerun, even if it is successful, we will not be able to upload the data correctly.
INPUT_PUSH_OPTIONS:
To https://github.com/datafuselabs/databend-perf
! [rejected] main -> main (non-fast-forward)
error: failed to push some refs to 'https://github.com/datafuselabs/databend-perf'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Solution validated at #77 #78. Already committed in the main branch. I think we can close it first.
The main branch does not support committing after a successful rerun if it has already succeeded last time.