Open
Description
With the merging of #869, the sqllogictest workflow now executes on every commit to the main branch (upon merging each PR). However, not all PRs lead to changes in the compatibility numbers. Typically, there are around 5–7 daily commits that don’t materially affect compatibility artifacts, resulting in redundant test executions.
It would be beneficial to adjust the trigger accordingly. Perhaps running this workflow nightly (once per day) instead of multiple times daily could be an efficient approach to consider initially.