Skip to content

Commit 76780d2

Browse files
committed
change name of jobs
1 parent edd4def commit 76780d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
main-go:
11-
name: CI [Go]
11+
name: [Go] CI
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
@@ -45,7 +45,7 @@ jobs:
4545
working-directory: ./sdk-repo-updated
4646
run: make test skip-non-generated-files=true
4747
main-python:
48-
name: CI [Python]
48+
name: [Python] CI
4949
strategy:
5050
matrix:
5151
os: [ubuntu-latest, macos-latest]

.github/workflows/sdk-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
main-go:
15-
name: Update SDK Repo
15+
name: [Go] Update SDK Repo
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Install SSH Key
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
scripts/sdk-create-pr.sh "generator-bot-${{ github.run_id }}" "Generated from GitHub run [${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
4242
main-python:
43-
name: Update SDK Repo
43+
name: [Python] Update SDK Repo
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Install SSH Key

0 commit comments

Comments
 (0)