OXDEV-6455: Add descriptions to fields of DataTypes #196
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}\"}" |