This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new b3bbede60 fix(CI): Resolve ambiguous `regtests` GH WF job name (#1636)
b3bbede60 is described below
commit b3bbede60e6f5b1627b2502146b2a5e9a30b1817
Author: Robert Stupp <[email protected]>
AuthorDate: Thu May 22 09:04:49 2025 +0200
fix(CI): Resolve ambiguous `regtests` GH WF job name (#1636)
Job names in GH WFs should be unique and not ambiguous to be able to
distinguish those.
---
.asf.yaml | 1 +
.github/workflows/spark_client_regtests.yml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index e1339d81c..86d8a60e4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -56,6 +56,7 @@ github:
- markdown-link-check
- build
- regtest
+ - spark-plugin-regtest
- site
- "Helm tests"
diff --git a/.github/workflows/spark_client_regtests.yml
b/.github/workflows/spark_client_regtests.yml
index 44e0fdca1..29de2ba6a 100644
--- a/.github/workflows/spark_client_regtests.yml
+++ b/.github/workflows/spark_client_regtests.yml
@@ -25,7 +25,7 @@ on:
branches: [ "main" ]
jobs:
- regtest:
+ spark-plugin-regtest:
runs-on: ubuntu-latest
permissions: