feat: füge generische Fallback-Übungen hinzu, wenn keine didaktischen Inhalte vorhanden sind

This commit is contained in:
Torsten Schulz (local)
2026-05-26 11:16:16 +02:00
parent df4be12532
commit aa3cd4ca77
2 changed files with 56 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ jobs:
# By default we run the deploy script in --dry-run mode. To enable the
# actual run set the secret PHASE3_UPDATE=1 in the repo settings.
RUN_FLAG="--dry-run"
if [ "${{ secrets.PHASE3_UPDATE:-}}" = "1" ]; then
if [ "${{ secrets.PHASE3_UPDATE }}" = "1" ]; then
RUN_FLAG=""
fi