roryqi commented on code in PR #11075:
URL: https://github.com/apache/gravitino/pull/11075#discussion_r3232907445
##########
.github/workflows/idp-basic-test.yml:
##########
@@ -0,0 +1,75 @@
+name: IdP Basic Test
+
+on:
+ push:
+ branches: ["main", "branch-*"]
+ pull_request:
+ branches: ["main", "branch-*"]
+ workflow_dispatch:
+
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
github.ref }}
+ cancel-in-progress: true
+
+jobs:
+ changes:
+ runs-on: ubuntu-22.04
+ steps:
+ - uses: actions/checkout@v4
+ - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
+ id: filter
+ with:
+ filters: |
+ source_changes:
+ - plugins/idp-basic/**
Review Comment:
If you relies on core module, you should include core module here.
--
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]