Skip to content

Commit

Permalink
Revert "Increase schema workflow versions for to v10"
Browse files Browse the repository at this point in the history
This reverts commit 25d72d2.
  • Loading branch information
MarcelOxid committed Aug 16, 2024
1 parent 25d72d2 commit 7b2c04c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/schema_trigger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Trigger schema workflow

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

jobs:
documentation_schema:
Expand All @@ -15,4 +16,4 @@ jobs:
github_user: ${{ secrets.CI_USER }}
github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }}
workflow_file_name: schema.yaml
ref: "10.0-en"
ref: "9.0-en"

0 comments on commit 7b2c04c

Please sign in to comment.