Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar committed Jan 2, 2024
1 parent a33c437 commit ae17927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

proto-swagger:
runs-on: ubuntu-latest
needs: changes
needs: [changes, proto-format]
permissions:
contents: write
if: ${{ needs.changes.outputs.proto == 'true' }}
Expand All @@ -55,7 +55,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Generate Swagger File
run: make proto-swagger-gen
run: sudo make proto-swagger-gen

- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit ae17927

Please sign in to comment.