This message was deleted.
# report-bugs
s
This message was deleted.
z
Thank you!!!!!!!!!
I'm trying out:
Copy code
concurrency:
      group: ${{ github.workflow }}-${{ github.ref }}
      cancel-in-progress: true
but it seems like this can (by chance) still cancel the check that is shown in the PR. Any suggestions?
j
I believe we've seen the same thing occasionally (although not often)— we don't have an answer from GitHub yet on this but i would recommend reaching out to their support team to see if it helps speed up their response process.
cc @Ziyao Wei
z
Yeah that is a known issue on GitHub’s side - they will sometimes trigger spurious double CI runs and cancel one of them at random, without taking into consideration their mergeability calculation logic. We are working on finding a way around that now and I’ll let you know of any updates!
👍 1