From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Sat, 26 Mar 2022 21:22:38 +0000 (-0400) Subject: Enforce no formatting changes for PRs via CI (GH-2951) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/f239d227c003c52126239e1b9a37c36c2b2b8305?ds=sidebyside;hp=f239d227c003c52126239e1b9a37c36c2b2b8305 Enforce no formatting changes for PRs via CI (GH-2951) Now PRs will run two diff-shades jobs, "preview-changes" which formats all projects with preview=True, and "assert-no-changes" which formats all projects with preview=False. The latter also fails if any changes were made. Pushes to main will only run "preview-changes" Also the workflow_dispatch feature was dropped since it was complicating everything for little gain. ---