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"