Skip to content

feat(ZMSKVR-319): fix code format #8605

feat(ZMSKVR-319): fix code format

feat(ZMSKVR-319): fix code format #8605

name: Combined Workflow
on:
push:
branches-ignore: [next]
tags: ['*']
workflow_call:
permissions:
contents: read
packages: write
actions: write
jobs:
call-php-code-quality:
uses: ./.github/workflows/php-code-quality.yaml
call-php-unit-tests:
uses: ./.github/workflows/php-unit-tests.yaml
call-zmsautomation-tests:
uses: ./.github/workflows/zmsautomation-tests.yaml
call-php-build-images:
needs: [call-php-code-quality, call-php-unit-tests, call-zmsautomation-tests]
if: |
always() &&
needs.call-php-code-quality.result == 'success' &&
needs.call-php-unit-tests.result == 'success' &&
needs.call-zmsautomation-tests.result == 'success'
uses: ./.github/workflows/php-build-images.yaml