This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch rm_pre_commit_check in repository https://gitbox.apache.org/repos/asf/superset.git
commit dc776fe438ff30c38c2a333b81ee2ef53f2b998d Author: Maxime Beauchemin <[email protected]> AuthorDate: Mon Aug 5 13:36:59 2024 -0700 chore: pre-matrixify pre-commit check in order to get https://github.com/apache/superset/pull/29864 through, I first need to remove the `pre-commit` check, so that PR can be merged, and add new required checks for past, future and current --- .asf.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index ea63dc5e61..1bb3b2a07c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -70,7 +70,6 @@ github: - cypress-matrix (4, chrome) - cypress-matrix (5, chrome) - frontend-build - - pre-commit - python-lint - test-mysql - test-postgres (current)
