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 11:06:21 UTC

[GitHub] [dolphinscheduler] SbloodyS commented on a diff in pull request #9366: [CI] try to fix ci

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


##########
.github/workflows/backend.yml:
##########
@@ -81,13 +81,15 @@ jobs:
     name: Build
     runs-on: ubuntu-latest
     timeout-minutes: 30
-    needs: [ build ]
+    needs: [ build, paths-filter ]

Review Comment:
   It is not recognized in ```needs.paths-filter.outputs.not-ignore``` if not add this. Is there a better way to do that?



-- 
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