SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

CI - Skip merge queue if already up-to-date

Open bfops opened this issue 1 month ago • 0 comments

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.

bfops avatar Nov 11 '25 19:11 bfops