Skip to content

Commit

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

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

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

0 comments on commit 25d72d2

Please sign in to comment.