This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch internal-main in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 283bdebf2c9a5acb9f12da2214cb4e876501e24e Author: fanng <[email protected]> AuthorDate: Tue Oct 28 11:36:35 2025 +0800 fix it --- .github/workflows/gvfs-fuse-build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gvfs-fuse-build-test.yml b/.github/workflows/gvfs-fuse-build-test.yml index 85d8b2d904..caf2aa5d2d 100644 --- a/.github/workflows/gvfs-fuse-build-test.yml +++ b/.github/workflows/gvfs-fuse-build-test.yml @@ -4,9 +4,9 @@ name: Build gvfs-fuse and testing on: # Temporarily disable # push: - # branches: [ "main", "branch-*" ] + # branches: [ "main", "branch-*", "internal-*", "oss-main" ] # pull_request: - # branches: [ "main", "branch-*" ] + # branches: [ "main", "branch-*", "internal-*", "oss-main" ] workflow_dispatch: concurrency:
