Add why comments

Signed-off-by: Scott Rigby <scott@r6by.com>
pull/11676/head
Scott Rigby 3 years ago
parent 131f6f39bb
commit c5dda0995b
No known key found for this signature in database
GPG Key ID: C7C6FBB5B91C1155

@ -7,6 +7,11 @@ on:
branches:
- main
# Note the only differences between release and canary-release jobs are:
# - only canary passes --overwrite flag
# - the VERSION make variable passed to 'make dist checksum' is expected to
# be "canary" if the job is triggered by a push to "main" branch. If the
# job is triggered by a tag push, VERSION should be the tag ref.
jobs:
release:
if: ${{ startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'helm' }}
@ -65,4 +70,5 @@ jobs:
container_name: ${{ secrets.AZURE_STORAGE_CONTAINER_NAME }}
connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
extra_args: '--pattern helm-*'
# WARNING: this will overwrite existing blobs in your blob storage
overwrite: 'true'

Loading…
Cancel
Save