From 6aee26f9e16d6b7293d5e57fb04dfde1f6e03806 Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Tue, 17 Jun 2025 20:55:33 +0200 Subject: [PATCH] ci: remove the need for running tests to publish --- .github/workflows/gradle.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index b623b9e2..33a80023 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -36,7 +36,6 @@ jobs: publish_snapshot: if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.repository_owner == 'grails-plugins' name: "Build Project and Publish Snapshot release" - needs: test_project runs-on: ubuntu-24.04 steps: - name: "📥 Checkout repository"