From 76780d23bfdecd3242c6f68bdb230b62f05bf085 Mon Sep 17 00:00:00 2001 From: Melvin Klein Date: Thu, 24 Oct 2024 16:05:54 +0200 Subject: [PATCH 1/2] change name of jobs --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/sdk-pr.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 503980e..f1f22c2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ env: jobs: main-go: - name: CI [Go] + name: [Go] CI strategy: matrix: os: [ubuntu-latest, macos-latest] @@ -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] diff --git a/.github/workflows/sdk-pr.yaml b/.github/workflows/sdk-pr.yaml index aed22cf..0ef6fbb 100644 --- a/.github/workflows/sdk-pr.yaml +++ b/.github/workflows/sdk-pr.yaml @@ -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 @@ -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 From d3fec341fc6e552ff97f70a0a04975b78af34a9b Mon Sep 17 00:00:00 2001 From: Melvin Klein Date: Thu, 24 Oct 2024 16:15:36 +0200 Subject: [PATCH 2/2] revert namechange --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f1f22c2..75325bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ env: jobs: main-go: - name: [Go] CI + name: CI [Go] strategy: matrix: os: [ubuntu-latest, macos-latest] @@ -45,7 +45,7 @@ jobs: working-directory: ./sdk-repo-updated run: make test skip-non-generated-files=true main-python: - name: [Python] CI + name: CI [Python] strategy: matrix: os: [ubuntu-latest, macos-latest] @@ -83,4 +83,4 @@ jobs: run: make lint - name: Test working-directory: ./sdk-repo-updated - run: make test + run: make test \ No newline at end of file