Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
run: make lint
- name: Test
working-directory: ./sdk-repo-updated
run: make test
run: make test
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
Loading