ci: upload all possible packages (#18324)

This commit is contained in:
Jirka Borovec 2023-08-16 17:03:05 +02:00 committed by GitHub
parent 725159ed60
commit 3375b3a28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,7 @@ jobs:
needs: build-packages
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
strategy:
fail-fast: false
matrix:
name: ["APP", "FABRIC", "PYTORCH", "LIGHTNING"]
steps:
@ -163,6 +164,7 @@ jobs:
needs: [build-packages, waiting]
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
strategy:
fail-fast: false
matrix:
name: ["APP", "FABRIC", "PYTORCH", "LIGHTNING"]
steps: