Skip to content

Commit

Permalink
Remove double push
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Jan 6, 2025
1 parent 05f596b commit ff06390
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manual-client-update.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: "Manually invoke client updates for API change"
on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-client-update.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: "Client updates for released API change"
on:
release:
Expand Down

0 comments on commit ff06390

Please sign in to comment.