ci: run make gen when doing branch off (#22169)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L.
2026-05-11 12:59:01 +02:00
committed by GitHub
parent 17083e2e99
commit 817bca9c7d
+2
View File
@@ -72,6 +72,8 @@ jobs:
run: make migrate
- name: Bump version
run: "make bump version=${{ inputs.next_version }}.0-rc1"
- name: Re-generate API Clients
run: make gen
- name: Create pull request
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v7
with: