ci: run format workflow after sdk workflow completion

pull/5275/head
Aiden Cline 2025-12-09 00:41:12 -06:00
parent 2b4a5aede1
commit e282d5dc42
1 changed files with 5 additions and 0 deletions

View File

@ -8,9 +8,14 @@ on:
branches-ignore:
- production
workflow_dispatch:
workflow_run:
workflows: ["sdk"]
types:
- completed
jobs:
format:
runs-on: blacksmith-4vcpu-ubuntu-2404
if: github.event.workflow_run.conclusion == 'success'
permissions:
contents: write
steps: