Skip to content

Commit

Permalink
OXDEV-7354: Add schema generation so github-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Jan 4, 2024
1 parent 4358472 commit 6792b4f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/schema_trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Trigger schema workflow for storefront

on:
push:
#tags: [ v1.* ]
branches:
- b-7.0.x-*

jobs:
documentation_schema:
runs-on: ubuntu-latest
steps:
- name: Trigger schema generation in documentation
uses: convictional/[email protected]
with:
owner: oxid-esales
repo: oxapi-documentation
github_user: ${{ secrets.CI_USER }}
github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }}
workflow_file_name: schema.yml
ref: "8.0-en-configuration_docs-OXDEV-7354"

0 comments on commit 6792b4f

Please sign in to comment.