mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-18 12:03:42 +01:00
Re-enable historical job condition
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
c4f89011d3
commit
a862fd1786
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -265,7 +265,7 @@ jobs:
|
||||||
name: "📖 Build the historical backup spec"
|
name: "📖 Build the historical backup spec"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build-openapi]
|
needs: [build-openapi]
|
||||||
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||||
steps:
|
steps:
|
||||||
- name: "➕ Setup Node"
|
- name: "➕ Setup Node"
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue