benchmark-action / github-action-benchmark

GitHub Action for continuous benchmarking to keep performance
https://benchmark-action.github.io/github-action-benchmark/dev/bench/
MIT License
1.02k stars 152 forks source link

non-fast-forward error on store step #173

Closed jeswr closed 1 year ago

jeswr commented 1 year ago

I have a pr open to add benchmarking to eye-js.

I have created a bench-pages branch for github-action-benchmar to write to.

When my benchmarking CI gets run; I get this error stating that the push to bench-pages has failed.

Is this an error in my config or a bug in the action?

jeswr commented 1 year ago

I added another commit and it appears to have been a race condition previously where I had made another commit whilst the previous benchmark flow was running

ClementWalter commented 1 year ago

hey @jeswr , have you found a workaround?

jeswr commented 1 year ago

This is my current config that I have working which might help.

https://github.com/eyereasoner/eye-js/blob/924b8bff523045637647852f2cfba2e8fc2bd9b5/.github/workflows/nodejs.yml#L76