mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix historical spec build
This commit is contained in:
parent
b55cc15772
commit
3ebe4e801b
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -133,6 +133,7 @@ jobs:
|
|||
build-historical-spec:
|
||||
name: "📖 Build the historical backup spec"
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build-openapi]
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
steps:
|
||||
- name: "➕ Setup Node"
|
||||
|
|
|
|||
Loading…
Reference in a new issue