Skip to content

Commit

Permalink
[CI] same as previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Feb 4, 2025
1 parent 2d6b6c4 commit 4b60972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
cp ../grpc-proto/build/*.go .
git add .
git commit -m 'Synced to https://github.com/cern-eos/grpc-proto/tree/${{ github.sha }}'
git push origin main
if [[ $? -ne 0 ]]; then
echo "The committed changes (if any) did not update the protobufs, nothing more to do"
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}
fi
git push origin main
- name: setup-buf
uses: bufbuild/buf-setup-action@v1
- name: push-buf
Expand Down

0 comments on commit 4b60972

Please sign in to comment.