mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci: run format workflow after sdk workflow completion
This commit is contained in:
parent
2b4a5aede1
commit
e282d5dc42
1 changed files with 5 additions and 0 deletions
5
.github/workflows/format.yml
vendored
5
.github/workflows/format.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue