From ff06390615c8258d3f7b69498bccb2cff4064b3f Mon Sep 17 00:00:00 2001 From: Tanner Stirrat Date: Mon, 6 Jan 2025 14:42:34 -0700 Subject: [PATCH] Remove double push --- .github/workflows/lint.yaml | 6 ------ .github/workflows/manual-client-update.yaml | 1 + .github/workflows/release-client-update.yaml | 1 + 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 7beaa9f..43fddf7 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -27,12 +27,6 @@ jobs: with: against: "https://github.com/authzed/api.git#branch=main" buf_token: "${{ secrets.BUF_REGISTRY_TOKEN }}" - - name: "Push to BSR" - if: "github.event_name == 'push' && github.ref == 'refs/heads/main'" - shell: "bash" - env: - BUF_TOKEN: "${{ secrets.BUF_REGISTRY_TOKEN }}" - run: "buf push --draft ${{ github.sha }}" - name: "Push to BSR a Draft" if: "github.event_name == 'push' && github.ref == 'refs/heads/main'" shell: "bash" diff --git a/.github/workflows/manual-client-update.yaml b/.github/workflows/manual-client-update.yaml index bd5cfc5..90f9b9d 100644 --- a/.github/workflows/manual-client-update.yaml +++ b/.github/workflows/manual-client-update.yaml @@ -1,3 +1,4 @@ +--- name: "Manually invoke client updates for API change" on: workflow_dispatch: diff --git a/.github/workflows/release-client-update.yaml b/.github/workflows/release-client-update.yaml index 1492544..7cb3326 100644 --- a/.github/workflows/release-client-update.yaml +++ b/.github/workflows/release-client-update.yaml @@ -1,3 +1,4 @@ +--- name: "Client updates for released API change" on: release: