We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db73735 commit 26f2395Copy full SHA for 26f2395
.github/workflows/build-and-publish.yml
@@ -44,13 +44,11 @@ jobs:
44
else
45
echo "The committed changes (if any) did not update the protobufs, nothing more to do"
46
fi
47
- echo "pushbuf=$push" >> $GITHUB_OUTPUT
48
publish:
49
name: Setup buf to push artifacts
50
runs-on: ubuntu-latest
51
container: cs3org/cs3apis-build:master
52
needs: build
53
- if: needs.build.outputs.pushbuf == '1' # skip all this when nothing to do
54
steps:
55
- name: setup-buf
56
uses: bufbuild/buf-setup-action@v1
0 commit comments