Skip to content

Commit

Permalink
Merge pull request #130 from authzed/tweak-workflows
Browse files Browse the repository at this point in the history
Remove double push
  • Loading branch information
tstirrat15 authored Jan 8, 2025
2 parents 4154b78 + ff06390 commit 63b8911
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 63b8911

Please sign in to comment.