Skip to content

Commit bd99d55

Browse files
committed
Rename the workflow to make the names unique
1 parent 2c633a4 commit bd99d55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cli_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
defaults:
1515
run:
1616
working-directory: ./packages/cli
17-
name: Build CLI
17+
name: CLI - Build
1818
runs-on: ubuntu-22.04
1919
steps:
2020
- name: Checkout repository

.github/workflows/js_sdk_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
defaults:
1818
run:
1919
working-directory: ./packages/js-sdk
20-
name: Build and test SDK
20+
name: JS SDK - Build and test
2121
runs-on: ubuntu-22.04
2222
steps:
2323
- name: Checkout repository

.github/workflows/python_sdk_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
defaults:
1818
run:
1919
working-directory: ./packages/python-sdk
20-
name: Build and test SDK
20+
name: Python SDK -Build and test
2121
runs-on: ubuntu-22.04
2222
steps:
2323
- name: Checkout repository

0 commit comments

Comments
 (0)