ci: run format workflow after sdk workflow completion

This commit is contained in:
Aiden Cline 2025-12-09 00:41:12 -06:00
parent 2b4a5aede1
commit e282d5dc42

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: