🧪 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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user