This is an automated email from the ASF dual-hosted git repository. fanng pushed a commit to branch branch-backend-it-maintenance-routing-explicit in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 5900631478a30342c5ecabd34d9a011bf016bc53 Author: fanng <[email protected]> AuthorDate: Mon Mar 23 17:34:30 2026 +0800 test(ci): validate explicit reusable workflow ref --- .github/workflows/backend-integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend-integration-test.yml b/.github/workflows/backend-integration-test.yml index dbfc8479c5..e0fbe679d8 100644 --- a/.github/workflows/backend-integration-test.yml +++ b/.github/workflows/backend-integration-test.yml @@ -126,7 +126,7 @@ jobs: backend: 'postgresql' - test-mode: 'deploy' backend: 'h2' - uses: ./.github/workflows/backend-integration-test-action.yml + uses: apache/gravitino/.github/workflows/backend-integration-test-action.yml@branch-backend-it-maintenance-routing-explicit with: architecture: ${{ matrix.architecture }} java-version: ${{ matrix.java-version }} @@ -151,7 +151,7 @@ jobs: backend: 'postgresql' - test-mode: 'deploy' backend: 'h2' - uses: ./.github/workflows/backend-integration-test-action.yml + uses: apache/gravitino/.github/workflows/backend-integration-test-action.yml@branch-backend-it-maintenance-routing-explicit with: architecture: ${{ matrix.architecture }} java-version: ${{ matrix.java-version }}
