From 6f09e5adb7f21bd2c6e4ee41da70e0510a3a9daf Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Wed, 21 May 2025 12:43:29 +0200 Subject: [PATCH] fix(CI): Resolve ambiguous `regtests` GH WF job name 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 e1339d81c2..86d8a60e4b 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 44e0fdca1f..29de2ba6ac 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: