Optimize workflows: use php-ci image for security-scan, fix production-deploy trigger

This commit is contained in:
2025-10-31 14:52:59 +01:00
parent 81051941d1
commit 0b20e38f1f
2 changed files with 5 additions and 35 deletions

View File

@@ -22,7 +22,8 @@ jobs:
test:
name: Run Tests & Quality Checks
runs-on: ubuntu-latest
if: ${{ !inputs.skip_tests }}
# Note: if condition might not work with push events in Gitea
# For now, always run tests - we can add skip_tests logic later
steps:
- name: Checkout code
run: |