Skip to content

Commit b3bbede

Browse files
authored
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.
1 parent b54d95d commit b3bbede

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.asf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ github:
5656
- markdown-link-check
5757
- build
5858
- regtest
59+
- spark-plugin-regtest
5960
- site
6061
- "Helm tests"
6162

.github/workflows/spark_client_regtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
branches: [ "main" ]
2626

2727
jobs:
28-
regtest:
28+
spark-plugin-regtest:
2929

3030
runs-on: ubuntu-latest
3131
permissions:

0 commit comments

Comments
 (0)