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