Skip to content

Commit c0c8354

Browse files
authored
ci: remove the need for running tests to publish (#78)
1 parent 0bc5cca commit c0c8354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
publish_snapshot:
3737
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.repository_owner == 'grails-plugins'
3838
name: "Build Project and Publish Snapshot release"
39-
needs: test_project
4039
runs-on: ubuntu-24.04
4140
steps:
4241
- name: "📥 Checkout repository"

0 commit comments

Comments
 (0)