You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/04/06 02:16:31 UTC

[GitHub] [dolphinscheduler] SbloodyS commented on a diff in pull request #9325: [Improve][CI] improve ci checking

SbloodyS commented on code in PR #9325:
URL: https://github.com/apache/dolphinscheduler/pull/9325#discussion_r843402326


##########
.github/workflows/backend.yml:
##########
@@ -63,3 +77,17 @@ jobs:
                  -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
       - name: Check dependency license
         run: tools/dependencies/check-LICENSE.sh
+  result:
+    name: Build
+    runs-on: ubuntu-latest
+    timeout-minutes: 30
+    needs: [ build ]

Review Comment:
   It does not need to. It already exists in steps.run.



-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org