From 4391f8d0f176f8a792719973e34a92da25600b39 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Sun, 14 Aug 2022 20:04:15 +0530 Subject: [PATCH] ci: dont check python syntax for patch test patch test runs across multiple versions, doesn't make sense here. --- .github/workflows/patch-mariadb-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/patch-mariadb-tests.yml b/.github/workflows/patch-mariadb-tests.yml index 61c01870b3..ffc64a946f 100644 --- a/.github/workflows/patch-mariadb-tests.yml +++ b/.github/workflows/patch-mariadb-tests.yml @@ -30,9 +30,8 @@ jobs: - name: Clone uses: actions/checkout@v3 - - name: Check for valid Python & Merge Conflicts + - name: Check for Merge Conflicts run: | - python -m compileall -f "${GITHUB_WORKSPACE}" if grep -lr --exclude-dir=node_modules "^<<<<<<< " "${GITHUB_WORKSPACE}" then echo "Found merge conflicts" exit 1