We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a059582 commit 2d6b6c4Copy full SHA for 2d6b6c4
.github/workflows/build-and-publish.yml
@@ -38,6 +38,11 @@ jobs:
38
git add .
39
git commit -m 'Synced to https://github.com/cern-eos/grpc-proto/tree/${{ github.sha }}'
40
git push origin main
41
+ if [[ $? -ne 0 ]]; then
42
+ echo "The committed changes (if any) did not update the protobufs, nothing more to do"
43
+ gh run cancel ${{ github.run_id }}
44
+ gh run watch ${{ github.run_id }}
45
+ fi
46
- name: setup-buf
47
uses: bufbuild/buf-setup-action@v1
48
- name: push-buf
0 commit comments