Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/b-7.1.x-schema_trigger-OXDEV-820…
Browse files Browse the repository at this point in the history
…6' into b-7.1.x
  • Loading branch information
Sieg committed May 17, 2024
2 parents 99bd3b6 + 217aa53 commit ebbf534
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/schema_trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Trigger schema workflow

on:
push:
tags: [ v1.1.* ]

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: "9.0-en"

0 comments on commit ebbf534

Please sign in to comment.