If the most recent CI run was already up-to-date with latest master, don't re-run CI in the merge queue.
It looks like the only way to do this is to add custom logic at the start of the CI that checks if the most recent run was already up to date, and then immediately returns success.