disable publishing app package

This commit is contained in:
awaelchli 2024-07-03 22:16:22 +02:00
parent 693c21ac1b
commit 9e5c8fa543
1 changed files with 2 additions and 2 deletions

View File

@ -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