Skip to content

Commit

Permalink
Guard artifact upload with environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehamel authored and yonghong-song committed Oct 21, 2020
1 parent 20b098a commit d35a2dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
# Uploads the packages built in docker to the github build as an artifact for convenience
- uses: actions/upload-artifact@v1
if: >
steps.vars.outputs.QUAY_PUBLISH
with:
name: ${{ matrix.env['NAME'] }}
path: output
Expand Down

0 comments on commit d35a2dc

Please sign in to comment.