matrei commented on code in PR #14133:
URL: https://github.com/apache/grails-core/pull/14133#discussion_r2044521177


##########
.github/workflows/gradle.yml:
##########
@@ -79,7 +106,7 @@ jobs:
         run: ./gradlew build -PonlyFunctionalTests
   publish:
     if: github.event_name == 'push' && 
needs.skip_check.outputs.found_skip_publish != 'true'
-    needs: [build, functional]
+    needs: [buildGradle, build, functional]

Review Comment:
   Yes, but in order to reference it, does it not need to be included?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to