I'm trying to prevent the situation where someone opens a PR then quickly pushes a final commit. Atlantis will trigger an autoplan for each, but I'm noticing errors related to files being missing (probably from a git checkout?).
I considered using pre-workflow hook to check if another autoplan was already running, but it seems those run after the git checkout causing the files to go missing.