Skip to content

OXDEV-7707: Outsource schema generation #186

OXDEV-7707: Outsource schema generation

OXDEV-7707: Outsource schema generation #186

Workflow file for this run

name: Trigger workflow for storefront actions
on:
pull_request:
push:
branches:
- b-7.0.x
- b-7.0.x-*
jobs:
twig:
name: 'Php-8.1-Mysql-8.0'
uses: ./.github/workflows/development.yml
secrets: inherit
with:
php: '8.1'
mysql: '8.0'
sonarcloud: true
twig_php_81_ee:
runs-on: ubuntu-latest
steps:
- name: Trigger EE workflow and wait for results
uses: convictional/[email protected]
with:
owner: oxid-esales
repo: module-workflows
github_user: ${{ secrets.CI_USER }}
github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }}
workflow_file_name: storefront_workflow.yml
ref: "master"
client_payload: "{\"php\": \"8.1\", \"mysql\": \"8.0\", \"edition\": \"ee\", \"ref\": \"${{ github.ref_name }}\"}"