[Inductor CI] Fix concurrency cancellation rule of inductor-perf-compare job (#97197)
Currently old commits' jobs are not cancelled: https://github.com/pytorch/pytorch/actions/workflows/inductor-perf-compare.yml
This PR tries to fix the concurrency rule so that when new commit is pushed, old job gets cancelled immediately.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/97197
Approved by: https://github.com/atalman