Skip to content

Commit d3fec34

Browse files
committed
revert namechange
1 parent 76780d2 commit d3fec34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

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

99
jobs:
1010
main-go:
11-
name: [Go] CI
11+
name: CI [Go]
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: [Python] CI
48+
name: CI [Python]
4949
strategy:
5050
matrix:
5151
os: [ubuntu-latest, macos-latest]
@@ -83,4 +83,4 @@ jobs:
8383
run: make lint
8484
- name: Test
8585
working-directory: ./sdk-repo-updated
86-
run: make test
86+
run: make test

0 commit comments

Comments
 (0)