diff options
| author | Aiden Cline <[email protected]> | 2025-12-09 00:41:12 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-09 00:41:40 -0600 |
| commit | e282d5dc42fafd852ca262562fa7ac33f7734508 (patch) | |
| tree | 5d9814dba0ddd9710b68cebb21e7dc25e37ba6a3 /.github/workflows | |
| parent | 2b4a5aede1acb2b543b9c740e4a5501ec3baadd4 (diff) | |
| download | opencode-e282d5dc42fafd852ca262562fa7ac33f7734508.tar.gz opencode-e282d5dc42fafd852ca262562fa7ac33f7734508.zip | |
ci: run format workflow after sdk workflow completion
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/format.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index f353d4c8f..488d8c4a2 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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: |
