From 5410c1bebc03dd30c9f8052c298769a2db7fd086 Mon Sep 17 00:00:00 2001 From: missytake Date: Sun, 29 Jun 2025 18:56:20 +0200 Subject: [PATCH] CI: remove lint checks from test deployments --- .github/workflows/test-and-deploy-ipv4only.yaml | 3 --- .github/workflows/test-and-deploy.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/test-and-deploy-ipv4only.yaml b/.github/workflows/test-and-deploy-ipv4only.yaml index 3b86e2b1..3871f73b 100644 --- a/.github/workflows/test-and-deploy-ipv4only.yaml +++ b/.github/workflows/test-and-deploy-ipv4only.yaml @@ -70,9 +70,6 @@ jobs: rsync -avz dkimkeys-restore/dkimkeys root@staging-ipv4.testrun.org:/etc/ || true ssh -o StrictHostKeyChecking=accept-new -v root@staging-ipv4.testrun.org chown root:root -R /var/lib/acme || true - - name: run formatting checks - run: cmdeploy fmt -v --check - - name: run deploy-chatmail offline tests run: pytest --pyargs cmdeploy diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index d9a586cb..c78923e4 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -70,9 +70,6 @@ jobs: rsync -avz dkimkeys-restore/dkimkeys root@staging2.testrun.org:/etc/ || true ssh -o StrictHostKeyChecking=accept-new -v root@staging2.testrun.org chown root:root -R /var/lib/acme || true - - name: run formatting checks - run: cmdeploy fmt -v --check - - name: run deploy-chatmail offline tests run: pytest --pyargs cmdeploy