Skip to content

Commit 26f2395

Browse files
committed
[CI] eventually removed conditional
1 parent db73735 commit 26f2395

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-and-publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,11 @@ jobs:
4444
else
4545
echo "The committed changes (if any) did not update the protobufs, nothing more to do"
4646
fi
47-
echo "pushbuf=$push" >> $GITHUB_OUTPUT
4847
publish:
4948
name: Setup buf to push artifacts
5049
runs-on: ubuntu-latest
5150
container: cs3org/cs3apis-build:master
5251
needs: build
53-
if: needs.build.outputs.pushbuf == '1' # skip all this when nothing to do
5452
steps:
5553
- name: setup-buf
5654
uses: bufbuild/buf-setup-action@v1

0 commit comments

Comments
 (0)