Skip to content

Commit addc2d1

Browse files
Update ci.yml
1 parent b1bf7c7 commit addc2d1

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,9 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
jobs:
16-
render-mermaid:
17-
name: Render Mermaid (README -> docs/*.svg)
18-
if: ${{ github.event_name != 'release' }}
19-
uses: ./.github/workflows/render-mermaid.yml
20-
with:
21-
commit: ${{ github.event_name == 'push' }}
22-
permissions:
23-
contents: write
24-
2516
build:
2617
name: Build Package
2718
runs-on: ubuntu-latest
28-
needs: [render-mermaid]
2919

3020
steps:
3121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)