The benchmark.yml is triggered on push to master branch and opens a new pull request with new benchmark statistics. However, when these new benchmark results are merged to master, benchmark.yml will be triggered again and make new pull request. And it's an infinite process until we stop it using paths-ignore option. Use this as example.
The
benchmark.ymlis triggered on push tomasterbranch and opens a new pull request with new benchmark statistics. However, when these new benchmark results are merged to master,benchmark.ymlwill be triggered again and make new pull request. And it's an infinite process until we stop it usingpaths-ignoreoption. Use this as example.