Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
main-go:
name: CI [Go]
name: [Go] CI
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
working-directory: ./sdk-repo-updated
run: make test skip-non-generated-files=true
main-python:
name: CI [Python]
name: [Python] CI
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sdk-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
main-go:
name: Update SDK Repo
name: [Go] Update SDK Repo
runs-on: ubuntu-latest
steps:
- name: Install SSH Key
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
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 }})"
main-python:
name: Update SDK Repo
name: [Python] Update SDK Repo
runs-on: ubuntu-latest
steps:
- name: Install SSH Key
Expand Down