disable publishing app package
This commit is contained in:
parent
693c21ac1b
commit
9e5c8fa543
|
@ -165,7 +165,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
name: ["APP", "FABRIC", "PYTORCH", "LIGHTNING"]
|
||||
name: ["FABRIC", "PYTORCH", "LIGHTNING"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4 # needed for local action below
|
||||
- uses: actions/download-artifact@v3
|
||||
|
@ -190,7 +190,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
name: ["APP", "FABRIC", "PYTORCH", "LIGHTNING"]
|
||||
name: ["FABRIC", "PYTORCH", "LIGHTNING"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4 # needed for local action below
|
||||
- uses: actions/download-artifact@v3
|
||||
|
|
Loading…
Reference in New Issue