1 parent b1bf7c7 commit addc2d1Copy full SHA for addc2d1
1 file changed
.github/workflows/ci.yml
@@ -13,19 +13,9 @@ concurrency:
13
cancel-in-progress: true
14
15
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
-
25
build:
26
name: Build Package
27
runs-on: ubuntu-latest
28
- needs: [render-mermaid]
29
30
steps:
31
- uses: actions/checkout@v4
0 commit comments