From 7f4554d21ac5a788780e04a02cbd5dd817cd0080 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Wed, 11 Jun 2025 20:49:50 +0200 Subject: [PATCH] Build docker image in the main branch --- .gitea/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 380d3ca..abbd6ce 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -124,9 +124,6 @@ jobs: timeout-minutes: 30 needs: - unit_tests - - rubocop - - check-licenses - - copyright_notice steps: - uses: actions/checkout@v4 with: