Skip to content

Commit 63b8911

Browse files
authored
Merge pull request #130 from authzed/tweak-workflows
Remove double push
2 parents 4154b78 + ff06390 commit 63b8911

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/lint.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
with:
2828
against: "https://github.com/authzed/api.git#branch=main"
2929
buf_token: "${{ secrets.BUF_REGISTRY_TOKEN }}"
30-
- name: "Push to BSR"
31-
if: "github.event_name == 'push' && github.ref == 'refs/heads/main'"
32-
shell: "bash"
33-
env:
34-
BUF_TOKEN: "${{ secrets.BUF_REGISTRY_TOKEN }}"
35-
run: "buf push --draft ${{ github.sha }}"
3630
- name: "Push to BSR a Draft"
3731
if: "github.event_name == 'push' && github.ref == 'refs/heads/main'"
3832
shell: "bash"

.github/workflows/manual-client-update.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: "Manually invoke client updates for API change"
23
on:
34
workflow_dispatch:

.github/workflows/release-client-update.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: "Client updates for released API change"
23
on:
34
release:

0 commit comments

Comments
 (0)