🧪 test: temporarily enable badge updates on feature branch

Temporarily modify workflow condition to test badge updates on feature/user-authentication-bdd branch.
Will revert to main-only after testing.
This commit is contained in:
2026-04-08 15:31:15 +02:00
parent 0b6f18f33c
commit 23c175d643

View File

@@ -238,7 +238,7 @@ jobs:
# Single badge update step using environment variables (KISS approach)
- name: Update all badges (single commit)
if: always() && github.ref == 'refs/heads/main' && github.actor != 'ci-bot'
if: always() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/user-authentication-bdd') && github.actor != 'ci-bot'
run: |
echo "🎯 Updating all badges using environment variables..."
echo "BDD Coverage: ${DLC_BDD_COVERAGE:-Not set}"