This is an automated email from the ASF dual-hosted git repository.

yiconghuang pushed a commit to branch chore/ci/change-ci-names
in repository https://gitbox.apache.org/repos/asf/texera.git

commit e9104d79c01d9fc7a86a82af8dba671a414d6002
Author: Yicong Huang <[email protected]>
AuthorDate: Sat Oct 18 18:16:22 2025 -0700

    chore: rename ci runs
---
 .github/workflows/github-action-build.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/github-action-build.yml 
b/.github/workflows/github-action-build.yml
index e5f95ff235..c92d6e16d0 100644
--- a/.github/workflows/github-action-build.yml
+++ b/.github/workflows/github-action-build.yml
@@ -30,7 +30,7 @@ concurrency:
   cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
 
 jobs:
-  gui:
+  frontend:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
@@ -70,7 +70,7 @@ jobs:
       - name: Prod build
         run: yarn --cwd frontend run build:ci
 
-  core:
+  scala:
     strategy:
       matrix:
         os: [ ubuntu-22.04 ]
@@ -124,7 +124,7 @@ jobs:
       - name: Run backend tests
         run: sbt test
 
-  python_udf:
+  python:
     strategy:
       matrix:
         os: [ ubuntu-latest ]

Reply via email to