dailai commented on code in PR #7248:
URL: https://github.com/apache/seatunnel/pull/7248#discussion_r1689162127
##########
.github/workflows/backend.yml:
##########
@@ -831,7 +831,7 @@ jobs:
jdbc-connectors-it-part-1:
needs: [ changes, sanity-check ]
- if: needs.changes.outputs.api == 'true'
+ if: needs.changes.outputs.api == 'true' ||
contains(needs.changes.outputs.it-modules, 'connector-jdbc-e2e-part-1')
Review Comment:
> please revert ci config, because if `needs.changes.outputs.api ==
'false'`, the jdbc test case would run in
`updated-modules-integration-test-part`
ok
--
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]