Skip to content

Commit

Permalink
Update update-generated.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado authored Nov 23, 2023
1 parent e043e73 commit 54f2705
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: "Update generated"

on: [push, workflow_dispatch]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
submit-changes:
runs-on: ubuntu-latest
Expand All @@ -24,7 +28,7 @@ jobs:
message: "Updated generated types"
# Push repository changes
- name: Push changes
uses: ad-m/github[email protected]
uses: michijs/.github/.github/actions/pull-and-push@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 54f2705

Please sign in to comment.