Skip to content

Commit

Permalink
Add Diff CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-foster committed May 20, 2024
1 parent 9bf767d commit 5653314
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,13 @@ jobs:
with:
comment_mode: "off"
junit_files: _build/test/lib/oapi_generator/*.xml

diff:
name: "Generate Diff"
runs-on: ubuntu-latest
steps:
- name: Dispatch Workflow
env:
GH_TOKEN: ${{ secrets.DIFF_TOKEN }}
run: |
gh workflow run generate.yml --repo aj-foster/open-api-diffs --field key=$GITHUB_REF_NAME

0 comments on commit 5653314

Please sign in to comment.