ci: upload only with release (#16194)
This commit is contained in:
parent
dfec8fe5a8
commit
a808ff9b1c
|
@ -22,7 +22,7 @@ jobs:
|
|||
upload-packages:
|
||||
runs-on: ubuntu-20.04
|
||||
needs: build-packages
|
||||
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
|
||||
if: github.event_name == 'release'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/download-artifact@v3
|
||||
|
|
Loading…
Reference in New Issue