Skip to content

Commit d35a2dc

Browse files
dalehamelyonghong-song
authored andcommitted
Guard artifact upload with environment variable
1 parent 20b098a commit d35a2dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
6060
# Uploads the packages built in docker to the github build as an artifact for convenience
6161
- uses: actions/upload-artifact@v1
62+
if: >
63+
steps.vars.outputs.QUAY_PUBLISH
6264
with:
6365
name: ${{ matrix.env['NAME'] }}
6466
path: output

0 commit comments

Comments
 (0)